Maxjohn12 commited on
Commit
98400d4
·
verified ·
1 Parent(s): d8d24cc

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -17
README.md DELETED
@@ -1,17 +0,0 @@
1
- # FinSight- Finance News Research Tool
2
- FinSight is user-friendly news research tool designed for effortless information retrieval. Users can input article URLs and ask questions to receive relevant insights from the stock market and financial domain.
3
-
4
- ![](FinSight.jpg)
5
-
6
- ## Features
7
-
8
- - Load URLs or upload text files containing URLs to fetch article content.
9
- - Process article content through LangChain's UnstructuredURL Loader
10
- - Construct an embedding vector using OpenAI's embeddings and leverage FAISS, a powerful similarity search library, to enable swift and effective retrieval of relevant information
11
- - Interact with the LLM's (Chatgpt) by inputting queries and receiving answers along with source URLs.
12
-
13
- ## Project Structure
14
-
15
- - main.py: The main Streamlit application script.
16
- - requirements.txt: A list of required Python packages for the project.
17
- - .env: Configuration file for storing your OpenAI API key.