All Projects → kunci115 → siPintar

kunci115 / siPintar

Licence: MIT license
Indonesian Chatbot built by Multi Layer Perceptron(Neural Network)

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to siPintar

Chatterbot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
Stars: ✭ 11,813 (+31827.03%)
Mutual labels:  chatbot, chatterbot
NLP-chatbot
A medical chatbot that asks patients about their health and books a doctor's appointment on demand.
Stars: ✭ 43 (+16.22%)
Mutual labels:  chatbot, chatterbot
Citrine
Kawaii Chatbot Plugin for BotBone
Stars: ✭ 17 (-54.05%)
Mutual labels:  chatbot
tweetbot.sh
A bot program for Twitter, written in simple Bash script
Stars: ✭ 29 (-21.62%)
Mutual labels:  chatbot
Xpersona
XPersona: Evaluating Multilingual Personalized Chatbot
Stars: ✭ 54 (+45.95%)
Mutual labels:  chatbot
jovo-starter-web-chatwidget
Fully customizable open source chat widget that can be added to any website.
Stars: ✭ 20 (-45.95%)
Mutual labels:  chatbot
go-aida
[DEPRECATED] wechat robot based on wechat-go(wechat web api)
Stars: ✭ 71 (+91.89%)
Mutual labels:  chatbot
Pokedex
Pokedex is a robust Discord bot that mimics the iconic Pokedex from the Pokemon games and show. It's loaded with features to help players of all skill levels to learn and better enjoy Pokemon! The goal of Pokedex is to provide users with as much data about the Pokemon games as they desire conveniently and with minimal effort.
Stars: ✭ 18 (-51.35%)
Mutual labels:  chatbot
automatron
Personal LINE bot to automate various tasks. Home automation, expense tracking, transaction monitoring
Stars: ✭ 139 (+275.68%)
Mutual labels:  chatbot
bot-dialogflow
A BotUI web app connected to DialogFlow
Stars: ✭ 47 (+27.03%)
Mutual labels:  chatbot
contextualSpellCheck
✔️Contextual word checker for better suggestions
Stars: ✭ 274 (+640.54%)
Mutual labels:  chatbot
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+489.19%)
Mutual labels:  chatbot
rasa-agent-bot-demo
A sample Implementation of agent bot APIs in chatwoot using rasa
Stars: ✭ 21 (-43.24%)
Mutual labels:  chatbot
brain
Brain is a system to model, create and manage the knowledge base of chatbots based on AIML technology.
Stars: ✭ 18 (-51.35%)
Mutual labels:  chatbot
How-To-Build-A-Chatbot
Learn to build a facebook chatbot using Python and Flask
Stars: ✭ 15 (-59.46%)
Mutual labels:  chatbot
twitch-bot-tutorial
Official repo of the "Building a Python Twitch bot (2020)" series.
Stars: ✭ 21 (-43.24%)
Mutual labels:  chatbot
FAQ-Bot-QQ
一个基于Mirai框架的Q群问答机器人
Stars: ✭ 30 (-18.92%)
Mutual labels:  chatbot
instachatbot
Simple framework for building Instagram chat bots with menu driven interface
Stars: ✭ 17 (-54.05%)
Mutual labels:  chatbot
hellsnakebot
🤖About A fully customizable bot built with discord.js
Stars: ✭ 14 (-62.16%)
Mutual labels:  chatbot
nlp-dialogue
A full-process dialogue system that can be deployed online
Stars: ✭ 69 (+86.49%)
Mutual labels:  chatbot

Chatbot Deep Neural Network for Bahasa Indonesia

siPintar, Indonesian Chatbot Deep Neural Network

siPintar is an indonesian chatbot built with NLP technique combine with MLP algorithm for your business need. Built with multi layer perceptron and you can customize with your own datasets.

Screenshot

Screenshot software alt text

Usage

If you want to train with your own datasets, checkout pengetahuan.json file
after that you have to run bot.py to train your own models and you are using
respon.py to classify and make a response chat with it.

Go to chatbot -> model -> pengetahuan.json(to suit with your own data)

$ python bot.py
$ python respon.py

if error while you run the respon.py:
    please edit this code based on your environment
    in respon.py
        sys.path.append('/Users/detikcom/Documents/skripsi/')
        os.environ.setdefault("DJANGO_SETTINGS_MODULE", "siPintar.settings")
        os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'

...

Contributors

Contributors on GitHub

Third party libraries

How-to use this code

$ git clone https://github.com/kunci115/siPintar.git
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
...

Expectation

I was expect that if you are using this, please share the data so we can work together

Flattr this git repo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].