Skip to content

EatSafe is a powerful web application that provides consumers with real-time information about food safety. Utilizing Gemini AI, it delivers detailed safety assessments of food products, helping users make informed decisions.

Notifications You must be signed in to change notification settings

shehzansk/Eatsafe-Food-Safety

Repository files navigation

EatSafe

🌟 Introducing EatSafe! 🌟

EatSafe is a powerful tool dedicated to ensuring transparency in food safety, empowering consumers with accurate, real-time information about the safety of their food choices.

About

EatSafe cuts through marketing claims to provide factual data about food safety. It allows users to quickly check the safety of food products by entering their names, powered by Gemini AI for detailed safety assessments.

Features

  • Real-Time Analysis: Get instant safety information for any food product.
  • Detailed Reports: Understand the pros and cons beyond marketing claims.
  • Safety Ratings: Receive clear safety ratings for informed decisions.
  • Recommendations: Explore healthier and safer alternatives.
  • Search History: View and track your past food safety inquiries.

Technology Stack

EatSafe is built with:

  • Next.js for server-side rendering and React components.
  • Tailwind CSS for modern, responsive design.
  • Gemini AI for accurate food safety analysis.

Explore EatSafe

Visit EatSafe and start making informed food choices today!


Getting Started

To get started with EatSafe locally:

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/shehzansk/Eatsafe-Food-Safety.git
    cd eatsafe
  2. Install dependencies:

    npm install
  3. Create a .env file in the root directory and add your Gemini API key:

    API_KEY=your_gemini_api_key
    

Running the Application

npm run dev

This command starts the development server. Open http://localhost:3000 to view EatSafe in your browser.

Folder Structure

eatsafe/
├── app/
│   ├── components/
│   │   ├── NavBar.js
│   │   ├── Footer.js
│   │   └── ...
│   ├── about/
│   │   └── page.js
│   ├── contact/
│   │   └── page.js
│   ├── history/
│   │   └── page.js
│   ├── layout.js
│   ├── pages.css
│   └── global.css
├── public/
├── .env
├── README.md
└── package.json

Contributing

Contributions are welcome! Fork the repository and create a pull request with your changes.

About

EatSafe is a powerful web application that provides consumers with real-time information about food safety. Utilizing Gemini AI, it delivers detailed safety assessments of food products, helping users make informed decisions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published