All in one AI powered financial markets app
Please get a GEMINI api key if you intend to use the AI features - https://ai.google.dev/gemini-api/docs/api-key
# Create a ".secrets.toml" to store your Gemini API key
$ echo "GEMINI = "<YOUR_API_KEY_HERE>"" >> .secrets.toml
# verify you have python installed
$ python --version
# install all the required packages
$ pip install -r requirements.txt
# run the app
$ python app.pyw

