- Install python 3.11, pip, poetry in main host environment.
- Enter main folder - gemini20ChatApp.
- Open Terminal/CMD/Powershell in this folder.
- Install libraries - run "poetry install"
- Activate virtual environment - run "poetry shell"
- Enter src folder - run "cd src" in Terminal/CMD/Powershell.
- Inside src, make a folder named keys, make a file named .env and put your Gemini API key (from Gemimi Studio) in the variable as GEMINI_API_KEY.
- Run streamlit app - run "streamlit run GemApp2o.py"
- Integrated Gemini 1.5 and 2.0 Flash Experimental = Available
- Tabbed pages/Sidebar = Available
- Integrate PDF download = Available on Gemini Chat Page
- Integrate Pony ORM for reports & chats = Available
- Download all chats as PDF = Not Available yet
- Edit chats in History page = Available.
Gemini App Homepage
Gemini History
Gemini chat Augmentations