This project provides a FastAPI-based application for FinQA, which includes a retriever, generator, and evaluator pipeline.
Ensure you have the following installed:
- Python 3.8 or higher
- pip (Python package manager)
- Git
Follow these steps to set up and run the project:
git clone https://github.com/mad674/finqa.git cd finqa
pip install -r requirements.txt
python app.py