Skip to content

Tejas-Sawant-iffort/Voice-Code-BOT-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Voice-Code-BOT-

Required Packages OpenAI: For interacting with OpenAI's API. SpeechRecognition: For recognizing speech from the microphone. ElevenLabs: For text-to-speech functionalities. python-dotenv: For loading environment variables from a .env file. requests: For making HTTP requests (if used). pyaudio: Required for microphone input with SpeechRecognition. Installation Commands You can install these packages using pip. Open your terminal and run the following commands:

bash Copy code pip install openai SpeechRecognition elevenlabs python-dotenv requests pyaudio Additional Notes Ensure you have PortAudio installed if you're on Windows for pyaudio. You can download it from here. If you're on macOS, you might need to install PortAudio using Homebrew: bash Copy code brew install portaudio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages