LOGO

SuZu

HitCount GitHub repo size GitHub last commit Relative date GitHub

Personal Windows AI (that will actually be helpful in daily needs!!).

Getting Started :

  1. Install conda.
  2. Go to this home dir, and open cmd or terminal.
    conda env create -f freeze.yml
    This will create a new environment named suzu which will include all the base packages needed.

  3. Get your reddit credentials from here to train your own chatbot.
  4. Then create a praw.ini and place it in chatbot/ with
[suzu]
client_id=your_client_id     
client_secret=secret-key
username=your_reddit username

Features to work on :

Contribution

Seriously, that would be a huge help \/. Right now I am doing this project in my non-office hours and want to integrate so many things, like Reinforcement Learning for doing certain tasks faster. Please contact me for any contribution and issues.