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

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.

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_model

SearchEndpoint=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
```
![diagram](acpr_diagram.png)