Giter Site home page Giter Site logo

pranavsunil433 / aio-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pratiksavla/aio-bot

0.0 0.0 0.0 4.64 MB

This is all in one chatbot. When you start conversation it sees your face and identifies if it has previously talked to you(Not supported in latest versions). It also checks for your emotion in between conversation. This emotion data is then used to help you whenever it detects you are sad or angry. It can search anything you ask on the internet.

License: Creative Commons Zero v1.0 Universal

Python 28.23% Jupyter Notebook 71.77%

aio-bot's Introduction

aio-bot

All in one bot

Requirements

pip install -r requirements.txt

Demo

python main.py

List of features

  1. Add user to database
  2. Detect User at start
  3. Detect Emotion
  4. Add your question and answers to your datafile

Add user to database

In Users folder add a photo of the user with image name as their name (only name.jpg format). Copy the "Unknown.template" file and rename the new file by replacing "Unknown" with "name"

Detect User at start

If bot detects user and remembers him/her then he will great with their name else it will say "I am a chatbot"

Detect Emotion

Currently you have to have "feeling" in sentence for emotion detection. It will reply your emotion.

Add your question and answers to your datafile

To save your pre answered question: Write question in this format:

>learn mode ques {question in second person grammer}

Write answer in this format:

>learn mode ans {answer in second person grammer}

To Do

  • Finish chat template
  • Identify the user while starting the conversation(Not supported anymore)
  • Detect user's emotion (Currently detects only when user asks)
  • Bot can remember the user name(Not supported anymore)
  • Remember User's Details
  • Encrypts every user interaction using a complex crypto algo

aio-bot's People

Contributors

pratiksavla avatar dependabot[bot] avatar

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.