Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihirkudale/financial-data-extraction-tool-using-open-ai-api
https://github.com/mihirkudale/financial-data-extraction-tool-using-open-ai-api
extractor finance-data llm open-ai-api python streamlit
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mihirkudale/financial-data-extraction-tool-using-open-ai-api
- Owner: mihirkudale
- Created: 2024-05-28T10:43:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T10:47:50.000Z (7 months ago)
- Last Synced: 2024-05-29T02:28:06.274Z (7 months ago)
- Topics: extractor, finance-data, llm, open-ai-api, python, streamlit
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# financial-data-extraction-tool-using-open-ai-api
This tool is a streamlit based app that uses openai api to extract key financial measures such as company name, stock symbol, revenue, net income etc. from a news article. The news article is typically an article about company's finance reporting.
### Installation
```doctest
pip install -r requirements.txt
```
You need to create an account on openai website. You will get inital 5$ free credits which is more than enough for this project.
Once you get an api key from your account add it to secret_key.py