Eatlens is a project focused on image classification using PyTorch. It not only identifies objects in images but also provides nutritional details based on the recognized items using data from Fruityvice API.
Eatlens utilizes deep learning techniques implemented in PyTorch to classify images into various categories such as fruits, vegetables, etc. Additionally, it extracts nutritional information for the identified objects from the Fruityvice API, providing users with insights into the health aspects of the recognized items.
- Image classification using PyTorch.
- Integration with Fruityvice API for fetching nutritional details.
- User-friendly interface for easy interaction.
- Scalable and extendable architecture for future improvements.
To install Eatlens, simply clone the repository and install the required dependencies:
git clone https://github.com/likhith1409/EatLens
cd Eatlens
pip install -r requirements.txtContributions to Eatlens are welcome! Whether you encounter any issues, have suggestions for improvements, or would like to add new features, your input is valuable to us.


