Financial-AI-Agent / important.txt
rasulbrur's picture
Added important.txt
a90d3a8
raw
history blame contribute delete
623 Bytes
1. The full project is inside the codebase folder. To run the project,
Create conda env using “conda create -n env_name python=3.10”
Activate the env using “conda activate env_name”
Install requirements.txt using, “pip install -r requirements.txt”
Run “uvicorn app:app –reload”
2. The “Documentation of AI Finance Accountant Agent” have full overview of the project explaining key features, required tools, data sources etc. I attached some testing examples at the end of the documentation file.
3. The “demo_video.mkv” file is a demo of how my api agent is working. Carefully watch the video.