A modern web application to analyze food items, handle text inputs, voice commands, and images, providing information about whether it's safe to consume them.
"Eat or Not" is an intuitive and interactive web application where users can:
- Check food edibility based on their personalized health card.
- Upload images of food items and get an analysis of their edibility.
- Input text to search for relevant food-related information.
- Use voice commands to interact hands-free.
- Stay updated with the latest food news from a scrollable feed.
This tool is perfect for individuals with dietary restrictions, allergies, or those seeking quick food-related insights!
- Create a health card listing diseases, allergies, or dietary restrictions.
- Analyze food items based on your unique health profile.
- Upload an image of a food item.
- Real-time preview and processing.
- Get results with a single click!
- Hands-free search using the microphone.
- Instant, accurate results.
- Type queries directly into the input field.
- Get real-time responses with one click.
- Stay informed with trending food news and updates in the integrated news section.
Clone the repository:
git clone https://github.com/Bishal-NITS-2003/eatornot.git
Navigate to the project directory:
cd eatornot
Install dependencies:
npm install
Start the development server:
npm run dev
Access the application at:
http://localhost:3000
- Next.js - Frontend and Backend framework.
- Tailwind CSS - For beautiful, responsive design.
- JavaScript - Core functionality.
- HTML & CSS - Markup and styling.
- Add and manage diseases, allergies, or dietary restrictions.
- Analyze food items based on your health card.
- Upload images with ease.
- Provides dynamic previews and buttons for actions.
- Enables voice search functionality.
- Perform quick text-based queries.
- Displays the latest food updates in a scrollable feed.
We welcome contributions!
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your message"
- Push to the branch:
git push origin feature/your-feature-name
- Create a pull request.
Special thanks to:
- Libraries like Next.js and Tailwind CSS for making development efficient and fun.
- Inspiration from food-related APIs and platforms like Clarifai.