Skip to content

namanchikara/Voice-based-email-system-for-visually-challenged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Voice based email system for visually challenged

Installation

  • Download and install Miniconda Choose the Python 3.x version for your platform.

  • Open a Terminal (Linux/macOS) or Command Prompt (Windows) and run the following commands (One Time):

$ conda update conda
$ conda install git
$ git clone https://github.com/namanchikara/Voice-based-email-system-for-visually-challenged.git
$ cd Voice-Based-Email-For-Blind
$ conda env create -f conda_env.yml
  • Commands to run every time you want to run the program from the cloned directory:
$ conda activate voicemail
(voicemail)$ python voicemail/__init__.py 
  • You can run command conda env list to check location of env, and if you want env in custom directory then you can run conda env create --prefix <Directory Path> -f conda_env.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages