Skip to content

Pavan-Nagulla/CalorifyApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calorify App 🤖

To run the program locally 💻

Follow these steps to set up and run the service locally :

Prerequisites

  • Python 3.10 or higher
  • Git

Navigate to the project directory :

cd Calorify App

Create a virtual environment :

conda create -p venv python==3.10 -y

To activate this environment, use

conda activate venv/

Install the required dependencies in the virtual environment :

pip install -r requirement.txt

Launch the chat service locally :

streamlit run app.py

That's it! The service is now up and running locally. 🤗

About

The Calorify App is a nutrition-focused application designed to analyze food items from images and calculate the total calories. Tools integrated are geminipro vision, streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors