/fruits_info

This Django application uses a TensorFlow classification model to identify up to 100 different types of fruit and provide information about their health benefits. The inference model is in ONNX format and is integrated with a large language model (LLM) agent to deliver high-quality results.

Primary LanguagePython

https://amankanz.github.io/fruits_info/

Fruits Info

Overview

Fruits Info is a web application that allows users to upload an image of a fruit and receive detailed information about it, including classification, fun facts, and health benefits. The project leverages AI for fruit classification and aims to provide users with interesting and useful information about various fruits.

Features

  • Image Upload: Users can upload an image of a fruit through a simple and intuitive interface.
  • Fruit Classification: The uploaded image is processed to classify the fruit.
  • Information Display: The application displays the fruit name, scientific classification, fun facts, and health benefits.