End-to-End Nutritionist Generative AI Doctor using Google Gemini Pro Vision Large Image Models.
Live App link : NutriGenie
NutriGenie-Ai is an application that leverages Google Gemini Pro Vision Large Image Models to provide nutritional analysis of your meals. The AI-powered nutritionist analyzes images of your meals, calculates total calories, provides details on each food item's calorie intake, and offers a nutritional breakdown.
Clone the repository:
git clone https://github.com/HimanshuMohanty-Git24/NutriGenie-Ai.git
Navigate to the project directory:
cd NutriGenie-Ai
Install dependencies:
pip install -r requirements.txt
Obtain Google Gemini Pro Vision API Key:
Set up environment variables:
.env
file in the project root..env
file:
GOOGLE_API_KEY=your_api_key_here
Run the app:
streamlit run app.py
Access the app: Open your web browser and go to http://localhost:8501.
Ensure that you use your own Google Gemini Pro Vision API key for accessing the advanced image models. Protect your API key and avoid sharing it publicly.
Feel free to contribute, report issues, or suggest improvements!