CaliCore AI is a modern Streamlit web application that generates a personalized 1-week calisthenics and gut health plan using Google Gemini AI.
Users enter their personal, fitness, and dietary details in a clean, single-column form.
The app displays a professional, visually appealing plan summary, BMI, and allows users to export their plan as a PDF.
- Clean, modern UI with a blue/teal color palette
- Personalized 1-week calisthenics workout split
- Gut-friendly, evidence-based diet plan with multiple meal options
- BMI calculation and interpretation
- Hydration and digestion tips
- Export your plan as a PDF
- All user data is confidential and never stored
git clone https://github.com/yourusername/calicore.git
cd calicore
pip install -r requirements.txt
Create a .env
file in the project root:
GOOGLE_API_KEY=your_google_gemini_api_key
Do not commit your .env
file to GitHub.
streamlit run app.py
You can deploy this app for free using Streamlit Cloud:
- Push your code to GitHub.
- Go to Streamlit Cloud, connect your repo, and set
app.py
as the main file. - Add your
GOOGLE_API_KEY
as a secret in the Streamlit Cloud settings.
MIT License
This app is for informational purposes only and does not replace professional medical advice.
Consult a healthcare provider before starting any new fitness or nutrition program.