This project is a health management system created to provide personalized exercise/diet recommendations and visualization of health data trends, such as body fat, sleep, and weight, based on user input. It helps people effectively manage their health and obtain guidance on exercise types, frequency, intensity, and diet.
The system offers two primary features:
- 🌟 Creating health-related advice through generative AI
- 📊 Monitoring health data trends
Many people know what they need to do to achieve a fit and toned body, but often struggle with understanding how to do it effectively. To address this common concern, I developed a system where users can enter their health-related data — such as sleep duration, height, weight, body fat percentage, exercise frequency, intensity, type, and goals — and the AI will automatically perform a comprehensive analysis to generate personalized health advice. Additionally, the system recommends exercises that are tailored to each user's fitness goals. The aim of this project is to help more people lead healthier lives. 💚
- Functionality: Users can enter their health and lifestyle data, and the AI will perform a comprehensive analysis to provide personalized health advice.
- Benefit: By receiving tailored advice that aligns with their specific health and fitness goals, users can manage their health more effectively.
- Functionality: Users can visually track changes in their health and lifestyle data over time, allowing them to monitor their progress and overall health trends.
- Benefit: This enables users to develop a more informed understanding of their health and lifestyle habits, supporting systematic health management.
-
Clone the repository
git clone https://github.com/ryusudol/VitaAI.git
-
Navigate to the project directory
cd VitaAI && npm install
- recommended npm version: 10.8.0
-
Create .env file
OPENAI_API_KEY="Your OpenAI API Key"
-
Start the project
npm run dev
or
npm start