synzen / horus-scope

Making the language barrier a thing of the past through Computer Vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horus Scope

Making the language barrier a thing of the past.

Our goal is to enable people who have cameras on their devices to learn more about the world no matter the language, culture or trend. We are augmenting exploration through the utilization of Computer Vision and Deep Learning to deliver a seemless experience on your phone, laptop or desktop.

Running the project

  1. Clone repo
  2. Create and activate virtual environment

pip3 install virtualenv
virtualenv venv

[Windows] .\venv\Scripts\activate
[Linux] source venv/bin/activate

  1. Install dependencies: pip3 install -r requirements.txt
  2. cd web
  3. python app.py

[Under construction]

Tips

How to forceably switch branches:

git checkout HEAD^
git checkout -f master

About

Making the language barrier a thing of the past through Computer Vision


Languages

Language:Python 91.6%Language:Shell 6.4%Language:Dockerfile 1.9%