Table of Contents
This project is a voice chatbot designed to assist users who feel lonely or need a partner for daily activities like mock interviews. The chatbot, named Skye, communicates in a natural and human-like manner, providing support and companionship.
Here's why:
- Focuses on creating a supportive and engaging user experience.
- Utilizes state-of-the-art language models to generate human-like responses.
- Incorporates voice recognition and speech synthesis to facilitate seamless interaction.
This project leverages several major frameworks and libraries to function effectively:
To get a local copy up and running, follow these simple steps.
Ensure you have the following installed:
- Python
- Clone the repo
git clone https://github.com/Navneetxdev/Skye
- Install Python packages
pip install pyttsx3 google-generativeai speechrecognition
- Enter your API Key in the configuration
genai.configure(api_key='YOUR_API_KEY_HERE')
To start the voice chatbot, run the following command:
python your_script.py
The chatbot will prompt you to either enter text or use voice input. Follow the instructions to interact with Skye.
- [✓] Implement basic voice chatbot functionality
- [✓] Enhance natural language processing capabilities
- [✓] Add support for additional languages
- [-] Integrate with more external APIs
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @Navneet
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!