Skip to content

Navneetxdev/Skye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Skye - an advanced voice chatbot

LinkedIn

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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.

(back to top)

Built With

This project leverages several major frameworks and libraries to function effectively:

  • Python
  • Pyttsx3
  • Google Generative AI
  • Speech Recognition

(back to top)

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

Ensure you have the following installed:

  • Python

Installation

  1. Clone the repo
    git clone https://github.com/Navneetxdev/Skye
  2. Install Python packages
    pip install pyttsx3 google-generativeai speechrecognition
  3. Enter your API Key in the configuration
    genai.configure(api_key='YOUR_API_KEY_HERE')

(back to top)

Usage

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.

(back to top)

Roadmap

  • [✓] Implement basic voice chatbot functionality
  • [✓] Enhance natural language processing capabilities
  • [✓] Add support for additional languages
  • [-] Integrate with more external APIs

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @Navneet

(back to top)

Acknowledgments

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!

(back to top)

About

Advanced AI based Voice Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages