/ABCFinance

Financial Agents for Everyone

Primary LanguageJupyter Notebook

ABCFinance


Setup Environment

python3 -m venv agents

Install Dependencies

pip install -r requirements.txt

Setup Environment variables

GOOGLE_API_KEY=https://aistudio.google.com/app/apikey
NEWS_API_KEY=https://newsdata.io/
SERP_API_KEY=https://serpapi.com/

Launch Agents

python news_agent.py

Run App(in different terminal)

streamlit run app.py

Now feel free to explore and play around with our financial assistants!