Divkix / I-Helmet

A Smart Computer Vision program made in Python for helping the blind people made for IBM EdTech Youth Championship

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I-Helmet

Installation

Note: Made on Windows 10 64 Bit, so dunno if it will work on linux!

Download

Using Git:

git clone https://github.com/Divkix/I-Helmet.git

or download zip from Here

Setting up enviornment

virtualenv venv
venv\Scripts\activate

Install Requirements:

Windows

pip install -r requirements.txt

Now we need to install PyAudio, it cannot be installed automatically in Virtualenv, so we'll need to download and install it manually.

Goto this site and download the file corresponding to your python version.

Open up Command Prompt or Windows Terminal and type:

python --version

Python Version also check you windows version, 32-bit or 64-bit.

My Setup is Python 3.8.6 and 64-Bit Windows so I will download the PyAudio‑0.2.11‑cp38‑cp38m‑win_amd64.whl and install it using the command pip install PyAudio‑0.2.11‑cp37‑cp37m‑win_amd64.whl

So, now everything is fixed and the script should work!

Usage:

python main.py

The script should work now!

Say help to check the list of modules.

About

A Smart Computer Vision program made in Python for helping the blind people made for IBM EdTech Youth Championship


Languages

Language:Python 100.0%