Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gourab337/chatbot-iiitdwd

PyTorch Chatbot for deployment in iiitdwd-site
https://github.com/gourab337/chatbot-iiitdwd

chatbot contextual-chabot flask-api flask-application html-css-javascript nlp nlp-chatbot pytorch-implementation rest-api website-chatbot website-development

Last synced: 9 days ago
JSON representation

PyTorch Chatbot for deployment in iiitdwd-site

Awesome Lists containing this project

README

        

# OpenSource project for NLP Chatbot to be deployed in IIIT Dharwad website.

Contains 3 sections:
1) Contextual chatbot implementation using PyTorch.
2) Flask application to connect the chatbot to the frontend via APIs.
3) Frontend that can be customised to suit the user.

## Installation 🚀

### Create an environment
Whatever you prefer (e.g. `conda` or `venv`)
```console
mkdir myproject
$ cd myproject
$ python3 -m venv venv
```

### Setup

```console
pip install -r requirements.txt
```

1) Clone the frontend-chatjs and nlp-chatbot into your system and copy it into the virtual environment (venv).
2) Follow the individual documentation of nlp-chatbot & frontend-chatjs for futher setup.
3) To deploy the chatbot into your dynamic website, create API suited to the backend of your main website after integrating the frontend-chatjs to the main website frontend.