Skip to content

addison-ch/FBI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

87 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ•ต๏ธโ€โ™€๏ธ FBI - Facts 'Bout Ingredients

RU Hacks 2022 first place winner ๐Ÿฅ‡

Web app to convert photos of food ingredient labels into researched descriptions of individual ingredients, rendered in an intuitive and readable format

How we built it ๐Ÿ”จ

  • Our front-end and user-interface was designed and built using React
  • API endpoints and all request handling was done with Python/Flask
  • PaddleOCR was utilized to perform accurate optical character recognition

Images/Demo ๐Ÿ“ท

Watch the video Watch the video

Try it out ๐Ÿ—

Set up repository

git clone https://github.com/addison-ch/FBI/
cd /FBI

Set up back-end server

cd /api
pip install -r requirements.txt
flask run

Set up front-end client (seperate console window)

cd /client
npm install
npm start

About

Ingredients unmasked!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors