Git Product home page Git Product logo

heybilly-prototype's Introduction

HeyBilly ๐Ÿค–๐ŸŽต

Welcome to HeyBilly, the Discord voice assistant that brings the power of voice commands to your favorite chat app! Like Alexa, but for Discord, HeyBilly is here to revolutionize your server's voice chat experience.

Features

  • Real-Time Data: Ask HeyBilly about what's going on in the world ๐ŸŒŽ
    • "Hey Billy, what's the weather in Alaska?"
    • "Okay Billy, what's the price of gold?"
  • YouTube DJ: Play, pause, stop, or resume YouTube videos in voice chat. ๐ŸŽถ
    • "Yo Billy, play Lo-Fi music."
    • "Hey Billy, play Let It Be by The Beatles."
    • "Hey Billy, turn the volume down."
    • "Okay Billy, set the volume to 4."
    • "Okay Billy, pause music."
  • Fun Commands: Videos, GIFs, and coin flips are just a voice command away. ๐ŸŽฒ๐ŸŽฅ
    • "Yo Billy, post a video of a cat."
    • "Hey Billy, post a coin flip to the Discord."
    • "Hey Billy, post a random number."
    • "Okay, Billy, post a funny GIF."
    • "Hey Billy, play a cricket sound."
    • "Hey Billy, post a scary movie trailer."
  • Text-to-Speech (TTS) Support: HeyBilly can speak in the voice chat, making your interactions even more dynamic. ๐Ÿ—ฃ๏ธ

Getting Started

Follow these steps to get HeyBilly up and running on your Discord server:

  1. Clone the Repository

    git clone https://github.com/ZaneH/HeyBilly.git
  2. Create a Virtual Environment Use Conda to create a new environment specifically for HeyBilly:

    conda create -n heybilly python=3.10 -y
  3. Activate the Virtual Environment

    conda activate heybilly
  4. Install Dependencies Install all the required packages using pip:

    pip install -r requirements.txt
  5. Setup Environment Variables

    Rename .env.sample to .env and populate it with your own API keys.

  6. Fine-Tune the Model

    Go to https://platform.openai.com/finetune and create a new fine-tuning job. Use the files in ./fine_tune_data to train the gpt-3.5-turbo-1106 model. Once finished, copy the model ID and update your environment variables accordingly.

  7. Run HeyBilly

    python main.py

Invite your bot with the following permissions replacing YOUR_CLIENT_ID with your bot's client ID:

https://discord.com/api/oauth2/authorize?client_id=YOUR_CLIENT_ID&permissions=39584569264128&scope=bot

Usage

After setting up, just join a voice channel and use /connect to make Billy join the voice channel too. Ensure that HeyBilly has the necessary permissions to join and speak in your voice channels.

Other commands include:

  • /kick - Disconnects Billy from the voice channel.
  • /voice - Changes Billy's voice.
  • /youtube [url] - Plays a YouTube video in the voice channel.
  • /pause - Pauses the music.
  • /resume - Resumes the music.
  • /stop - Stops the music.
  • /playing - Displays the currently playing YouTube video.
  • /volume [0-10] - Changes the volume of the music.

Demo output

Console output

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.

  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

License

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

Contact

Twitter - @zanehelton

Project Link - https://github.com/ZaneH/HeyBilly


Give a โญ๏ธ if you like this project!

heybilly-prototype's People

Contributors

zaneh avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.