Skip to content

A chatbot that replies to romanized Nepali.

License

Notifications You must be signed in to change notification settings

sandeshthapa07/jelly

 
 

Repository files navigation

Jelly

A chatbot that replies to romanized Nepali that is in production. Alt text Try Jelly here online!.

#OR Use it locally on your machine Start by cloning and installing the required libraries.

git clone https://github.com/ashimdahal/jelly.git
pip install -r requirements.txt     

Create an account in hugging face and get the API KEY by going to the tokens settings.

You'd be asked to paste the token when you run the app.

Run it using FLASK

Set the environment variable and run the flask app.

export FLASK_APP=index
flask run

Credits

I had to squash previous 60+ commits and 7 Pull Requests into single commit to protect privacy on some of our API credentials and Database URLs. This act have blurred the immense amount of contributions from Anuj Khadka and Parash Bam; show them some love by dropping a follow; while you're on it, drop one for me as well Ashim Dahal.

The chatbot used in this project is facebook blenderbot, used on huggingface API.

Special Thanks to Bishal at https://github.com/kbshal for his permission to use his anytranslate API, which I modded to use in our translation system.

About

A chatbot that replies to romanized Nepali.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.7%
  • JavaScript 26.2%
  • Procfile 0.1%