Career guidance desktop application with voice-controlled user interface
To setup and run this project locally follow the steps below.
- Clone the repository.
git clone https://github.com/sauravUppoor/assessment_app.git
- Create a python virtual environment and activate it.
python3 -m venv py-env source py-env/bin/activate
- Install the requirements.
pip install -r REQUIREMENTS.txt
- Setup is complete! You can run the application by running
home.py
.python3 homy.py
CSI-TSEC Sync Project Club 2018-19