Skip to content

Chatbot berbasis Artificial Intelligence menggunakan Python

Notifications You must be signed in to change notification settings

taqiyyaghazi/python-ai-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language Processing Based Chatbot

This Natural Language Processing-based chatbot can provide answers based on the predictions of the Neural Network model that has been trained using some conversational data. The architecture model used is Long Short-Term Memory (LSTM) Neural Network.

API Reference

Get App Status

  GET /

Predict Message

  POST /msg

Body Request

{
    "msg": "Your message",
}

Run Locally

Clone the project

  git clone https://github.com/taqiyyaghazi/python-ai-chatbot.git

Go to the project directory

  cd python-ai-chatbot

Install dependencies

  pip install -r requirements.txt

Start the server

  python main.py

Tech Stack

  • Python
  • Tensorflow
  • MongoDB

About

Chatbot berbasis Artificial Intelligence menggunakan Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published