Skip to content

Mystic Mac is a whatsapp chatbot where my mom can ask any question she wants

License

Notifications You must be signed in to change notification settings

rrtyagii/mystic-mac

Repository files navigation

MIT License LinkedIn


Logo

Mystic Mac

WhatsApp chatbot powered by GPT3.5! Made to resolve your parent's technology related questions.
Explore the docs »

View Demo · Report Bug · Request Feature

RPReplay_Final1684619356.2.MOV
RPReplay_Final1684619356.MOV
RPReplay_Final1684619251.MP4
Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

I wanted to hack and create a chatbot for myself. Ended up dciding to make a whatsapp chatbot which connects to GPT-3.5-Turbo. This behaves somewhat like chat-gpt. I was insipired by GOD IN A BOX. Do check them out!

(back to top)

Getting Started

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

Prerequisites

Installation

  1. Get a free API Key and ORG Key at https://openai.com
  2. Clone the repo
    git clone https://github.com/rrtyagii/mystic-mac.git
  3. Install Python packages and dependencies
    pip install -r requirements.txt
  4. Enter your API in web_server.py
    openai.organization = 'ENTER YOUR ORG KEY'
    openai.api_key='ENTER YOUR API KEY'
    meta_token = 'ENTER YOUR META ACCESS TOKEN'
    meta_app_secret = 'ENTER YOUR APP SECRET'  
    verification_token = 'ENTER YOUR OWN TOKEN TO VERIFY WEBHOOK'
  5. Run the ngrok port
 ngrok http 5002
  1. Run the Flask web server
flask --app web_server.py run --debug --port 5002

(back to top)

Roadmap

  • Support session history
  • Reset Conversation after 10 minutes
  • Add Speech to Speech response cabilities
  • Multi-language Support on voice note messages
    • English
    • Spanish
  • Information security (conversations, phone numbers, etc)

See the open issues for a full list of proposed features (and known issues).

(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

Rishabh Tyagi - @AllAuover - rtyagi1@hawk.iit.edu

Project Link: https://github.com/rrtyagii/mystic-mac

(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

Mystic Mac is a whatsapp chatbot where my mom can ask any question she wants

Resources

License

Stars

Watchers

Forks

Packages

No packages published