All Projects → yogeshhk → GSTFAQChatbot

yogeshhk / GSTFAQChatbot

Licence: other
Set of scripts to build a chatbot which will answer FAQ about Goods and Services Tax (GST) India.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to GSTFAQChatbot

rasa-bert-finetune
支持rasa-nlu 的bert finetune
Stars: ✭ 46 (+24.32%)
Mutual labels:  rasa-nlu, rasa
Rasa core
Rasa Core is now part of the Rasa repo: An open source machine learning framework to automate text-and voice-based conversations
Stars: ✭ 2,302 (+6121.62%)
Mutual labels:  chatbot, rasa
Botpress
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
Stars: ✭ 9,486 (+25537.84%)
Mutual labels:  chatbot, rasa
virtual-assistant
Virtual Assistant
Stars: ✭ 67 (+81.08%)
Mutual labels:  chatbot, rasa
rasa-nlu-examples
This repository contains examples of custom components for educational purposes.
Stars: ✭ 126 (+240.54%)
Mutual labels:  rasa-nlu, rasa
Django-Rasa-Bot
Integrating Rasa Core with Django backend and finally using Webchat for chatbot user interface
Stars: ✭ 30 (-18.92%)
Mutual labels:  rasa-nlu, rasa
Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+35627.03%)
Mutual labels:  chatbot, rasa
clofus-chatbot
Clofus® Chat bot Platform using rasa core and rasa nlu similar to rasa x but opensource demo https://clofus.github.io/clofus-chatbot/
Stars: ✭ 61 (+64.86%)
Mutual labels:  rasa-nlu, rasa
rasa-agent-bot-demo
A sample Implementation of agent bot APIs in chatwoot using rasa
Stars: ✭ 21 (-43.24%)
Mutual labels:  chatbot, rasa
CHIT-CHAT
A Covid-19 Chatbot that aims to serve humans queries and give a feasible answer to their queries.
Stars: ✭ 18 (-51.35%)
Mutual labels:  chatbot, rasa
Chat-Bot
Chatbot – is a computer program that simulates a natural human conversation. Users communicate with a chatbot via the chat interface or by voice, like how they would talk to a real person.
Stars: ✭ 26 (-29.73%)
Mutual labels:  chatbot
i-chatbot
Simple and elegant component for building conversational interfaces on React.
Stars: ✭ 52 (+40.54%)
Mutual labels:  chatbot
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-56.76%)
Mutual labels:  chatbot
Python-BlackJackBot
A Telegram bot written in Python to play the game BlackJack alone or with your friends
Stars: ✭ 48 (+29.73%)
Mutual labels:  chatbot
InstaResponder
Instagram Auto DM responder with DialogFlow 🔥
Stars: ✭ 42 (+13.51%)
Mutual labels:  chatbot
flask-chatbot
is example chatbot using flask and pyaiml
Stars: ✭ 11 (-70.27%)
Mutual labels:  chatbot
chatbot
🤖️ 基于 PyTorch 的任务型聊天机器人(支持私有部署和 docker 部署的 Chatbot)
Stars: ✭ 77 (+108.11%)
Mutual labels:  chatbot
lockebot
LockeBot: a demonstration of implementing a basic question answering bot with use of Rasa and a database
Stars: ✭ 91 (+145.95%)
Mutual labels:  rasa
php-wechaty
PHP Wechaty is a Conversational SDK for Chatbot Makers Written in PHP
Stars: ✭ 35 (-5.41%)
Mutual labels:  chatbot
amelia 2.0
An Artificial Intelligence Chat Bot and Service Provider written in Python and AIML.
Stars: ✭ 19 (-48.65%)
Mutual labels:  chatbot

GST FAQ Bot with Rasa-NLU

Set of scripts to build a chatbot which will answer FAQ about Goods and Services Tax (GST) India. Copyright (C) 2017 Yogesh H Kulkarni

License:

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.

Scripts:

  • app.py: Chatbot UI built using Flask, using templates/*.html
  • engine.py: Chatbot core logic as well as knowledgebase.
  • config.json: Rasa NLU settings for training as well as executing intent extraction
  • run_training: Windows batch file to build trained modeling
  • run_server: Windows batch file to execute Rasa-NLU server.

Dependencies:

  • Needs Python 3.5

ToDos

  • Add more training data
  • Entity extraction not working as desired, find out more.
  • Etc.

References

Disclaimer:

  • Author ([email protected]) gives no guarantee of the results of the program. It is just a fun script. Lot of improvements are still to be made. So, don’t depend on it at all.
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].