Skip to content

A basic multi-lingual Chatbot in Natural Language Processing with ReactJS frontend and Python backend

Notifications You must be signed in to change notification settings

karawash/Multilingual-Chatbot-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple_Chatbot_NLU

A basic multi-lingual Chatbot in Natural Language Understanding with ReactJS frontend and Python backend REST API

Screenshot

Steps to run the backend and frontend code

Backend

install Python 3

install packages: pip install nltk pickle numpy pandas json keras flask flask_restful flask_cors flasgger

cd backend

run python code: pyhton api.py

Frontend

install node.js

cd frontend

install required packages: npm install

run ReactJS code: npm start

About

A basic multi-lingual Chatbot in Natural Language Processing with ReactJS frontend and Python backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published