- Clone this repo
- Go into it, and run
pip install -r requirements.txt
- Run
streamlit run Home.py
- Add your openAI API key and create an assistant. You only need to run this step once (as your API key will be stored in .env), and you can see the created assistant on your openAI dashboard.
The "frontend" dashboard is built with streamlit. The backend uses Binance public API to fetch data. QuantGPT will create a folder "data_cache" to not retrieve the same data multiple times. The backtesting is done using backtrader library.