• Stars
    star
    1
  • Language
    Python
  • Created about 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pyqt5 Student Registartion Form

More Repositories

1

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.
Python
73
star
2

Tic-Tac-Toe-Game-in-python-3-Tkinter

Tic-Tac-Toe Game in python 3 Tkinter
Python
34
star
3

react-carousel-component

React carousel component
HTML
31
star
4

Calculator-in-python3-tkinter

Python
29
star
5

Student-Record-Maintainer-In-PyQT5

Pyqt5 Demo for data maintenance system
Python
17
star
6

Opencv-HDR-demo

Opencv HDR demo
Python
17
star
7

Motion-capture-using-opencv-contours

Opencv contours for movement detection (it is sill under deveploment)
Python
17
star
8

Drowsiness-monitoring-Using-OpenCV-Python

Python
13
star
9

Password-Generator-in-python

Random password generator
Python
10
star
10

Registration-Form-With-database-using-python

Python
8
star
11

Youtube-react-app

This is a react app using youtube's data API v3
JavaScript
8
star
12

Registration-Form-using-Python-GUI-

Python
8
star
13

React-Profile-Page

let's create a basic profile/portfolio page using react components.
JavaScript
8
star
14

Flask-ToDO-App-Using-SQLAlchemy

Here i am demonstrating a Todo App using flask and sqlalchemy
Python
7
star
15

ProgrammingKnowlegde-Tkinter-Series

Python
7
star
16

Pyqt5-GUI-Calculator-

Python
5
star
17

sendGrid-Nodejs

sendGrid & Nodejs
JavaScript
5
star
18

React-modal

Code for React Signup and Login Modal
CSS
5
star
19

React-JS-Basic-User-Form

react js user form . please check the src folder & within src folder check Components folder for the form.js component
JavaScript
4
star
20

reactjs-tabs

JavaScript
4
star
21

simple-react-signup-form-with-validation

simple-react-signup-form-with-validation
JavaScript
4
star
22

Todo-List-App-in-Reactjs

Todo List App in Reactjs Using local storage within browser
JavaScript
4
star
23

PyQt5-Text-To-Speech-GUI-Based

Pytqt5 based tts application
Python
4
star
24

react-parallax-effect

Create A Simple Parallax Scrolling Webpage In React
JavaScript
3
star
25

kanban-board-reactjs

JavaScript
3
star
26

React-Image-compressor

React Image compressor
JavaScript
2
star
27

JavaScript-Example

HTML
2
star
28

emoji-picker-component

JavaScript
2
star
29

Tkinter-Paint-app-demo

Tkinter Paint app demo
Python
2
star
30

Text-To-Speech-Translate-Using-gtts-in-python

Python
2
star
31

Django-ReactJS-Ecom-Series

2
star
32

Dynamic-DML-Operations-using-sqlite3-and-python3

Python
2
star
33

Express-and-Nunjucks

Express and Nunjucks
HTML
2
star
34

Speech-Recognization-In-Python

Python
1
star
35

Video-modal-react

video modal react
JavaScript
1
star
36

Chatbot-for-answering-basic-python-questions-.

Voice Enabled Chatbot
Python
1
star
37

File-Organizer-in-Python

Python
1
star
38

Web-Dev-Projects

Practise projects
HTML
1
star
39

live-code-express

HTML
1
star
40

abhishek305

1
star
41

Motion-Detection-in-dark-using-opencv

Python
1
star
42

reactjs-dark-mode

JavaScript
1
star
43

Monoose-Integraton-Demo-For-MongoDB-FOr-CRUD-Operations

It is a simple demo for performing CRUD operations in mongodb using mongoose
JavaScript
1
star
44

hosted-react-app

JavaScript
1
star
45

react-app

https://abhishek305.github.io/react-app/
JavaScript
1
star
46

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.
HTML
1
star
47

gatsby-source-contentstack-testing

JavaScript
1
star
48

js-window-postmessage

Learn to implement window.postMessage() protocol in a React js app and understand how to establish basic communication across different origins.
JavaScript
1
star