Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 1.79 KB

README.md

File metadata and controls

57 lines (46 loc) · 1.79 KB

Logo

Career guidance desktop application with voice-controlled user interface

About The Project

  • Career and Job related information Users can read about various career options in various subjects and domain of society.
  • Blind-friendly application This is a fully voice-navigated application for better accessibility.
  • Aptitude Test Users can take an aptitude test to find their orientation towards a career/domain.
  • Getting Started

    To setup and run this project locally follow the steps below.

    1. Clone the repository.
      git clone https://github.com/sauravUppoor/assessment_app.git
    2. Create a python virtual environment and activate it.
      python3 -m venv py-env
      source py-env/bin/activate
    3. Install the requirements.
      pip install -r REQUIREMENTS.txt
      
    4. Setup is complete! You can run the application by running home.py.
      python3 homy.py
      

    Requirements

  • Python
  • Tkinter GUI
  • SpeechRecognition
  • pyttsx3 (Python text to speech)
  • gTTs (Google text to speech)
  • Created for

    CSI-TSEC Sync Project Club 2018-19

    Created by

  • Poornartha Sawant
  • Ritwik Vaidya
  • Mahek Chabaria
  • Dhrumil Shah
  • Saurav Uppoor