Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gourab337/chatbot-iiitdwd
- Owner: gourab337
- License: mit
- Created: 2021-02-25T14:34:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T15:50:23.000Z (almost 4 years ago)
- Last Synced: 2024-11-21T07:37:59.339Z (2 months ago)
- Topics: chatbot, contextual-chabot, flask-api, flask-application, html-css-javascript, nlp, nlp-chatbot, pytorch-implementation, rest-api, website-chatbot, website-development
- Language: Python
- Homepage:
- Size: 19.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.