This project is a web application designed to provide voice search functionality for searching C programs. By utilizing Google's Speech-to-Text API, users can navigate and explore C programs using voice commands, enhancing productivity and saving time.
- Voice Search: Users can search for C programs using voice commands.
- Real-time Speed Search: The application provides real-time search functionality to quickly find relevant C programs.
- Productivity Enhancement: By enabling voice-based navigation, this tool aims to maximize productivity for developers and programmers.
- Clone the repository and cd into the directory
git clone https://github.com/quirrelHK/voice-search.git
- Running a virtual environment is recommended, in command prompt:
python -m venv base
base\Scripts\activate.bat
- Install the requirements using pip
pip install -r requirements.txt
- Run the app
flask --app app run --debug