Neutrino AI is an intelligent platform that provides personalized mental health support, diet planning, and recipe generation. Built with Django in the backend and Bootstrap in the frontend, Neutrino AI is powered by Groq API and LLaMA 3 70B, ensuring fast and accurate responses.
- Offers AI-powered mental health support and guidance.
- Provides mindfulness exercises and stress management tips.
- Suggests self-care routines based on user interactions.
- Creates customized diet plans based on user preferences.
- Considers diet type, calorie target, cuisine, and veg/non-veg options.
- Generates short and concise meal plans with macronutrient details.
- Suggests recipes based on dietary preferences and available ingredients.
- Provides quick, easy-to-follow steps with calorie breakdowns.
- Supports multiple cuisines and meal types.
Component | Technology Used |
---|---|
Backend | Django (Python) |
Frontend | Bootstrap (HTML, CSS, JS) |
AI Model | LLaMA 3 70B (via Groq API) |
-
Clone the Repository
git clone https://github.com/your-repo/neutrino-ai.git cd neutrino-ai
-
Activate Virtual ENvironment python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Run Migrations python manage.py migrate
-
Start Django Server python manage.py runserver