Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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