Welcome to the Health Tracker Web App! This web application is designed to enhance both the mental and physical well-being of individuals, with a special focus on students.
- Motivational Quotes: Access a variety of motivational quotes to inspire and uplift your spirits.
- Mind Soothing Games: Engage in games designed to relax and soothe your mind.
- Let Us Help Section:
- Mental Health Quiz: Take a quiz designed to assess your mental health status. Our algorithm will rate your condition and provide feedback.
- Psychiatrist Appointments: If you are facing any mental health difficulties, you can fill out a form to book an appointment with a psychiatrist.
- Diet Suggestions: Get recommendations for the best diet according to your age group.
- Health Supplements: Receive suggestions for health supplements tailored to your needs.
- Exercise Recommendations: Find exercises that are suitable for your age and physical condition.
- Predictive Analysis: Utilize machine learning algorithms to predict health issues:
- Blood Sugar Prediction: Input your BMI and Blood Pressure to predict the chances of developing blood sugar-related problems in the future.
- Backend: Developed using Django, a high-level Python web framework.
- Machine Learning: Integrated various machine learning algorithms for predictive analysis.
- Python 3.x
- Django
- Required Python libraries listed in
requirements.txt
- Clone the repository:
git clone https://github.com/yourusername/health-tracker-web-app.git
- Navigate to the project directory:
cd health-tracker-web-app
- Install the required libraries:
pip install -r requirements.txt
- Apply migrations:
python manage.py migrate
- Run the development server:
python manage.py runserver
- Open your browser and navigate to
http://127.0.0.1:8000
to access the application.
We welcome contributions! Please read our CONTRIBUTING.md for guidelines on how to contribute to this project.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to reach out to us at sawaisushil@gmail.com.
Thank you for using the Health Tracker Web App! We hope it helps you achieve a healthier and happier life.