roeintheglasses / homer-v2

Homer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homer-V2

Buy Me A Coffee

Homer is an OpenCV based Application that aims to use computer vision and machine learning to provide Currency-Detection for visually impaired people.

Getting Started

Clone repo using

git clone https://github.com/roeintheglasses/homer-v2.git

Make sure you have NodeJS and Python3 installed. You can check the python3 runtime in the runtime.txt file within the repo directory.

Install npm dependencies

within the repo directory

npm install

Install python dependencies

within the repo directory

pip3 install -r requirements.txt

Run app

within the repo directory

npm start

or

node src/app.js

The web app will run at port 3000 by default at localhost.

http://localhost:3000/

Debug Route

use the debug route to get a detailed output.

localhost:3000/detect-debug

Author :

  • Hrishi Jangir - Other Works - Github
  • Nikunj Raghav - Other Works - Github

About

Homer


Languages

Language:HTML 41.9%Language:JavaScript 35.5%Language:Python 22.6%