🌟 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.
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.
- 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.
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.
Visit EatSafe and start making informed food choices today!
To get started with EatSafe locally:
- Node.js installed on your machine
- Gemini API key from Google AI Studio
-
Clone the repository:
git clone https://github.com/shehzansk/Eatsafe-Food-Safety.git cd eatsafe
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory and add your Gemini API key:API_KEY=your_gemini_api_key
npm run dev
This command starts the development server. Open http://localhost:3000 to view EatSafe in your browser.
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
Contributions are welcome! Fork the repository and create a pull request with your changes.