Skip to content

FinanceGPT is a chatbot powed by GPT-4 for financial analysis using pandas ai.

Notifications You must be signed in to change notification settings

marcelloinfante/finance-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinanceGPT

The FinanceGPT is a chatbot application for financial analysis using real time data and OpenAI fuctions.

Quick Start

  1. Create a python virtual environment.
python -m venv venv
  1. Activate the virtual environment.
# Linux
source venv/bin/activate

# Windows
venv\Scripts\activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Add a .env file and add your OpenAI api key and your alpha vantage api key
# .env
OPENAI_API_KEY=
ALPHA_VANTAGE_API_KEY=
ALPHA_VANTAGE_BASE_URL=https://www.alphavantage.co
  1. Run the chatbot
chainlit run app.py

About

FinanceGPT is a chatbot powed by GPT-4 for financial analysis using pandas ai.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages