A web application that scans food and detects allergens and gives instant result/warning based on their allergens.
Our opportunity: Deliver an instant, accurate, AI-powered solution that users trust and value enough to pay for.
Scan food images from Quick Scan
Detect and highlight allergenic components
User-configurable allergen preferences
AI assistant to ask their querries related to it
Live deployment link: https://alleregen-scanner-app.vercel.app
Frontend: React
Backend: Node.js / Express
Scanner libraries, APIs
Clone repository
git clone https://github.com/dwbandss/Alleregen-Scanner-app.git
Install dependencies
cd AllergenScanner
npm install
To start the application
cd frontend
npm run dev
To start the backend
cd backend
nodemon server.js/node server.js