Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.78 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.78 KB

ScanTerra

Created By: Chirag Dalmia, Leo Cheng, and Kevin Huang

This repository is the source code for our website: https://scanterra.vercel.app/ created for TerraHacks 2024.

ScanTerra is a web application that scans barcodes to fetch product details and evaluates their eco-friendliness using AI technology. Our mission is to help consumers make environmentally conscious decisions by providing them with a carbon footprint score!

🚀 Features

  • Barcode Scanning: Use your device’s camera to scan barcodes and identify products.
  • Product Information Lookup: Fetch detailed product information from the Barcode Lookup API.
  • Eco-Friendliness Score: Get an eco-friendliness score out of 100 for each product, calculated using AI technology.
  • User-Friendly Interface: Designed with Tailwind CSS for a modern, responsive experience.

🛠️ Technologies

⬇️ Installation

Follow these steps to get the project running on your local machine:

  1. Clone the Repository
  2. Install Necessary Dependencies using npm
  3. Set up Local Environment Variables
  4. Run the Development Server using npm run dev