https://github.com/eljandoubi/acpr-bank-profit-navigator
BANK PROFIT NAVIGATOR : Extraction of crucial financial metrics from financial reports.
https://github.com/eljandoubi/acpr-bank-profit-navigator
azure-openai-api prompt-engineering regex streamlit
Last synced: about 2 months ago
JSON representation
BANK PROFIT NAVIGATOR : Extraction of crucial financial metrics from financial reports.
- Host: GitHub
- URL: https://github.com/eljandoubi/acpr-bank-profit-navigator
- Owner: eljandoubi
- Created: 2024-02-28T14:49:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T17:13:48.000Z (about 1 year ago)
- Last Synced: 2025-01-24T22:35:36.572Z (3 months ago)
- Topics: azure-openai-api, prompt-engineering, regex, streamlit
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BANK PROFIT NAVIGATOR
Extraction of crucial financial metrics from financial reports.
The application is deployed [here](https://acpr-equipe7-webapp.streamlit.app/).
## Installation
If you want to run it locally, you need to set some environment variables in the `.env` file:```dotenv
AOAIKey=your_key
AOAIEndpoint=your_endpoint
AOAIDeploymentId=your_modelSearchEndpoint=your_endpoint
SearchKey=your_key
SearchIndex=your_index
```To install dependencies
```bash
pip install -U -r requirements.txt
```To run it type
```bash
streamlit run webapp.py
```
