Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
/ I-Helmet Public archive

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

Notifications You must be signed in to change notification settings

Divkix/I-Helmet

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages