GithubHelp home page GithubHelp logo

chatty-bot's Introduction

Initial file. This is a repo for my python based Chatty-Bot project

Project folder structure (updates in progress) -

Chatty-Bot
└── .github
    └── workflows
        └── commit_updates.yml
└── Chatty-Bot
    └── admin.py
    └── chatbot_endpoint.py
    └── chatbot.py
    └── endpoint.py
    └── README.md
    └── run.py
└── Documentations
└── helpers
        └── install_modules.py
        └── check_db.py
        └── clear_db.py
README.md
updates.md

chatty-bot's People

Contributors

actions-user avatar varmoh avatar

Watchers

 avatar

chatty-bot's Issues

Chatty-Bot epic

Here the Chatty-Bot epic will be written.

Chatty-Bot is a python based simple chatbot.
All the modules that this project will need, will be incoroprated into a special
install_modules.py script.

Featured will be:

Front-end
  • Simple chat window, for enduser-to-bot interaction #2
  • Simple training/admin panel to teach the "Chatty-Bot" #2
Back-end
  • Bot engine #3
  • Endpoint scripts for connecting front-end with back-end

Project epic AC's

  • Project has 3 language versions and frontend will act according to language choise. Also, taught triggers/answers should be stored in languagebased databases/tables
  • Back-end componends are running
  • Front-end components are running
  • Training works
  • User-to-bot interaction is working
  • Chatty-Bot will be published in Amazon AWS

Chatty-Bot engine/back-end

Chatty-Bot engine

AS A Archidect
I WANT to have a bot engine that will be able to learn using triggers and interact with user according to the answers for those triggers

Engine AC

  • Engine should have a Levensthrein language distance algorithm
  • Egine should use Fuzzywuzzy trigger algorithm
  • Engine should be able to be taught using triggers and answers (this will have a separate issue)
  • Engine should handle endpoints for both teaching and communication front-ends, using endpoint scripts (this will have separate issue)
  • Engine should be accompanied by a database.

Testing AC

  • Git workflow build and publishes image. Currently Image is built using the Docker-compose, look into alternative wasy, as the 2 python scriptys that use different ports need to be run alongside with otherscripts when image is built.
  • Test Docker-compose locally

Chatty-Bot front-end

####Chatty-Bot front-end.
AS A archidect
I WANT front-end for botb teaching panel (admin panel) and a user-to-bot interaction panel/window

NOTE: This part must be written using mixture of HTML and JS.

Teaching/admin panel AC

  • Front-end for teaching-panel is working and can be used
  • Teaching panel should be anble to handle both simple triggers and eventually a more complex triggers
  • Everything that has been taught must be written into database and I should be able to call upon it also from the Teaching/admin panel front-end
  • I should also be able to call what has been taught using a python script
  • Create a login layer
User-to-bot interaction AC
  • Chatty-Bot should identify user first and then use the username for personalized interaction.
  • ... more to come

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.