StockMarket-AnalysisResearch-Chatbot_LLM-ChatGPT

所属分类:开发工具
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2024-03-07 14:07:20
上 传 者sh-1993
说明:  使用langchain、openai API和streamlit构建一个新闻研究工具,股票研究分析师可以使用该工具进行研究。
(Using langchain, openai API, and streamlit to build a news research tool that can be used by equity research analysts to conduct their research.)

文件列表:
app.py
faiss_store_openai.pkl
requirements.txt

# StockMarket-AnalysisResearch-Chatbot_LLM-ChatGPT Using langchain, openai API, and streamlit to build a news research tool that can be used by equity research analysts to conduct their research. # How to run? ### STEPS: Clone the repository ```bash https://github.com/SunilKumar-ugra/StockMarket-AnalysisResearch-Chatbot_LLM-ChatGPT.git ``` ### STEP 01- Create a conda environment after opening the repository ```bash conda create -n stock python=3.10 -y ``` ```bash conda activate stock ``` ### STEP 02- Install the requirements ```bash pip install -r requirements.txt ``` ### STEP 03- Run the command ```bash # Finally run the following command streamlit run app.py ``` Now, ```bash http://localhost:8501 #Open this url in the browser ```

近期下载者

相关文件


收藏者