GraniteFit AI is an open-source AI-driven employee health and well-being platform designed for modern tech companies. It helps employees maintain physical health, mental well-being, and work-life balance using AI-powered recommendations and reminders.
- AI-driven reminders to stand up, stretch, and drink water.
- Personalized exercise suggestions to prevent sedentary fatigue.
- Screen brightness reminders to reduce eye strain.
- Screen time calculator for better screen-time management.
- AI-powered task assignment and prioritization.
- Smart assistant helps organize daily tasks efficiently.
- AI detects distractions from social media and FOMO.
- Recommender bot suggests activities to reduce stress and improve focus.
- AI & Machine Learning: IBM Granite AI, TensorFlow, OpenAI GPT
- Frontend: Streamlit, React (optional future UI improvements)
- Backend: FastAPI, Flask
- Database: MongoDB, PostgreSQL
- Cloud & Deployment: IBM Cloud, AWS, Docker
git clone https://github.com/codewithEshaYoutube/GraniteFit-AI.git
cd GraniteFit-AIpip install -r requirements.txtstreamlit run app.pyGraniteFit AI is an open-source project! Feel free to contribute by reporting issues, suggesting features, or submitting PRs.
📩 Connect with us on GitHub: @codewithEshaYoutube
This project is licensed under the MIT License. Use it freely and help make workplace wellness smarter!
├── .devcontainer/ # Development container configuration
├── .github/ # GitHub workflows and community files
├── Assets/ # Images and static assets (e.g., employee.png)
├── data/ # Dataset files or input resources
├── health.py # Backend logic for health-specific AI advice
├── streamlit_app.py # Main Streamlit app entry point
├── requirements.txt # Python dependencies
├── LICENSE # Open-source license
├── .gitignore # Ignored files and directories
└── README.md # Project overview and usage instructions