nagapoornima22

nagapoornima22

Geek Repo

Github PK Tool:Github PK Tool

nagapoornima22's starred repositories

FaceRecognition

Face Recognition using OpenCV in Python

Language:PythonStargazers:159Issues:0Issues:0

Code

Entire Collection Of Code Featured On The Channel

Language:PythonStargazers:32Issues:0Issues:0

facial-login-web

Web based facial Authentication system with flask server

Language:JavaScriptLicense:MITStargazers:97Issues:0Issues:0

facenet-realtime-face-recognition

A small-scale flask server facial recognition system, using a pre-trained facenet model with real-time web camera face recognition functionality, and a pre-trained Multi-Task Cascading Convolutional Neural Network (MTCNN) for face detection and cropping.

Language:PythonLicense:MITStargazers:99Issues:0Issues:0

GMM_Digital_Voice_Recognition

基于GMM与MFCC特征进行数字0-9的语音识别,GMM,MFCC,语音识别,中文数据,sklearn,Digital Voice Recognition。

Language:PythonStargazers:18Issues:0Issues:0

ai-ganpati

A face and speech recognition application used by new generation Indian Gods!

Language:PythonLicense:GPL-3.0Stargazers:1Issues:0Issues:0

Voice-Authentication-and-Face-Recognition

Voice Biometrics Authentication using GMM and Face Recognition Using Facenet and Tensorflow

Language:Jupyter NotebookStargazers:103Issues:0Issues:0

FAQChatbot

Set of scripts to build a chatbot which will answer based on the FAQs supplied.

Language:CSSLicense:MITStargazers:72Issues:0Issues:0

Flask-ChatBot

A chat bot microservice that can be trained for different datasets.

Language:PythonLicense:MITStargazers:3Issues:0Issues:0

flask-chatbot

ChatBot recreated on Flask, using jQuery and AJAX

Language:HTMLStargazers:6Issues:0Issues:0

Flask-API-Token

This project shows how api developers can add tokens to secure web service/api from extreme abuse by users.

Language:PythonStargazers:45Issues:0Issues:0

ChatBot-Using-NLTK

The name of the ChatBot is PyBot because I love to do anything with python and made the whole project with it.This PyBot can learn reply from you intially and can reply to you on the next ocuurence .The main feature is it is a BlogBot where it contains a blogpage Database and it can reply to user query regarding to their blog.

Language:PythonLicense:GPL-3.0Stargazers:8Issues:0Issues:0

BotValue-public

BotValue is a Python chatbot to translate Natural Language Requests into DB query. This version has an anonymized database of Partners.

Language:PythonLicense:GPL-3.0Stargazers:11Issues:0Issues:0

MapBot

A chatbot developed in Python

Language:PythonLicense:MITStargazers:145Issues:0Issues:0

SimpleBot

Simple ChatBot example written in Python

Language:PythonStargazers:32Issues:0Issues:0

Tensorflow-Chatbot

Tensorflow chatbot which is capable of interacting with user through Rest Api, Web interface, GUI and CLI.

Language:PythonStargazers:159Issues:0Issues:0
Language:PythonStargazers:1Issues:0Issues:0
Language:PythonStargazers:6Issues:0Issues:0

FaceRecognitionPi

Face Recognition Based Attendance System

Language:PythonLicense:NOASSERTIONStargazers:23Issues:0Issues:0

raspberry-pi-face-recognition

Face recognition with Raspberry Pi for IoT Environments

Language:PythonStargazers:3Issues:0Issues:0

Raspberry-py-Facial-Recognition

Open CV based Raspberry py - Facial Recognition

Language:PythonLicense:NOASSERTIONStargazers:2Issues:0Issues:0

bocadillo

(UNMAINTAINED) Fast, scalable and real-time capable web APIs for everyone

Language:PythonLicense:MITStargazers:396Issues:0Issues:0

PyBot-A-ChatBot-For-Answering-Python-Queries-Using-NLP

Pybot can change the way learners try to learn python programming language in a more interactive way. This chatbot will try to solve or provide answer to almost every python related issues or queries that the user is asking for. We are implementing NLP for improving the efficiency of the chatbot. We will include voice feature for more interactivity to the user. By utilizing NLP, developers can organize and structure knowledge to perform tasks such as automatic summarization, translation, named entity recognition, relationship extraction, sentiment analysis, speech recognition, and topic segmentation. NLTK has been called “a wonderful tool for teaching and working in, computational linguistics using Python,” and “an amazing library to play with natural language.The main issue with text data is that it is all in text format (strings). However, the Machine learning algorithms need some sort of numerical feature vector in order to perform the task. So before we start with any NLP project we need to pre-process it to make it ideal for working. Converting the entire text into uppercase or lowercase, so that the algorithm does not treat the same words in different cases as different Tokenization is just the term used to describe the process of converting the normal text strings into a list of tokens i.e words that we actually want. Sentence tokenizer can be used to find the list of sentences and Word tokenizer can be used to find the list of words in strings.Removing Noise i.e everything that isn’t in a standard number or letter.Removing Stop words. Sometimes, some extremely common words which would appear to be of little value in helping select documents matching a user need are excluded from the vocabulary entirely. These words are called stop words.Stemming is the process of reducing inflected (or sometimes derived) words to their stem, base or root form — generally a written word form. Example if we were to stem the following words: “Stems”, “Stemming”, “Stemmed”, “and Stemtization”, the result would be a single word “stem”. A slight variant of stemming is lemmatization. The major difference between these is, that, stemming can often create non-existent words, whereas lemmas are actual words. So, your root stem, meaning the word you end up with, is not something you can just look up in a dictionary, but you can look up a lemma. Examples of Lemmatization are that “run” is a base form for words like “running” or “ran” or that the word “better” and “good” are in the same lemma so they are considered the same.

Language:PythonStargazers:84Issues:0Issues:0

Flask-Requests-for-rendering-a-page

This is a simple demonstration how we can use flask and requests module to initiate a get request a render a page providing some user information based on the json data.

Language:HTMLStargazers:1Issues:0Issues:0

katana-assistant

Text based assistant powered by Machine Learning and NLP

Language:JavaScriptLicense:Apache-2.0Stargazers:99Issues:0Issues:0
Language:PythonStargazers:230Issues:0Issues:0

chatterbot-corpus

A multilingual dialog corpus

Language:PythonLicense:BSD-3-ClauseStargazers:1355Issues:0Issues:0

flask-chatterbot

Simple boilerplate for ChatterBot using Flask

Language:HTMLStargazers:376Issues:0Issues:0

Building-a-Simple-Chatbot-in-Python-using-NLTK

Building a Simple Chatbot from Scratch in Python (using NLTK)

Language:Jupyter NotebookStargazers:553Issues:0Issues:0

ChatterBot

ChatterBot is a machine learning, conversational dialog engine for creating chat bots

Language:PythonLicense:BSD-3-ClauseStargazers:13971Issues:0Issues:0