• Stars
    star
    1
  • Language
    Jupyter Notebook
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

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

Repository Details

A digit recognizer Streamlit Web App to recognize the digit drawn lively with Streamlit Canvas .The digit recognizer ANN model can classify the drawn digit which is from 0 to 9.

More Repositories

1

A-Flask-Web-App-for-automatic-text-summarization-using-SBERT

We will build a Flask web app that can input any long piece of information such as a blog or news article and summarize it into just five lines! Text summarization is an NLP(Natural Language Processing) task. SBERT(Sentence-BERT) has been used to achieve the same.
Jupyter Notebook
15
star
2

VGG-19-for-Rock-Paper-and-Scissors-classification

I have built a VGG-19 model to classify hand gestures of rock, paper and scissors using a Kaggle dataset.
Jupyter Notebook
11
star
3

Identification-of-COVID-19-using-CT-scan

Lets build a CNN model from scratch for a multi-class classification problem and identify if a given chest CT scan image is that of COVID-19,healthy or other pulmonary disorders.
Jupyter Notebook
6
star
4

Generating-n-grams-in-Python-for-NLP

What are n-grams and how to implement them in Python?
Jupyter Notebook
5
star
5

Image-Classification-using-Machine-learning

Image classification using four popular machine learning algorithms namely, Random Forest Classifier, KNN, Decision Tree Classifier, and Naive Bayes classifier for CIFAR-10 dataset.
Jupyter Notebook
3
star
6

Shopping-Mall-Management-System

Code in C++ for shopping mall management system OOPs mini-project
C++
3
star
7

Hyperparameter-optimization-Techniques

A detailed hands-on discussion on the following hyperparameter tuning techniques and decide which is the best for a given dataset
Jupyter Notebook
2
star
8

Face-Mask-Detection-and-Masked-Face-Recognition-Organization

The project uses Computer Vision and Deep Learning to detect if an individual entering the organization is masked or not using CNN on the given video input. If not masked, mail a pandemic alert along with the individual’s photo to the security using SMTP.If masked, recognize the masked individual through image subtraction. Mail an organization alert to the security along with the individual’s photo using SMTP if the masked individual is not an employee of the organization.
2
star
9

A-Hands-on-introduction-to-Reinforcement-Learning-RL-with-Python

We will get introduced to reinforcement learning and also implement a simple example of the same in Python. It will be a basic code to demonstrate the working of an RL algorithm. Brief exposure to object-oriented programming in Python, machine learning, or deep learning will also be a plus point.
Jupyter Notebook
2
star
10

CV

HTML
1
star
11

DSA-Programs-in-C

Common DSA programs in C language
C
1
star
12

15-puzzle-problem-

15-puzzle problem is solved using LCBB strategy and general tree data structure
C
1
star
13

Blog-Web-App

The project is a personal blog website for a writer.It allows the writer to post new articles,create new categories of articles,add information about their events and books.
JavaScript
1
star
14

cv-using-css

I developed my own website using CSS.
CSS
1
star
15

My-ML-projects

Jupyter Notebook
1
star
16

My-AI-projects

Jupyter Notebook
1
star
17

panda-practice

1
star
18

My-Data-Science-Projects

Jupyter Notebook
1
star
19

Python-programs

Basics of AI
Jupyter Notebook
1
star
20

Transliterator-for-Indian-languages

Given a text in an Indian language,it will be transliterated to another language which you are more comfortable reading.This is a streamlit web app.
Jupyter Notebook
1
star
21

EC-Notes

Notes on a few topics
1
star
22

Bean-plant-disease-detection-and-classification-Mobilenet-TL

Given an image of a bean plant,the MobileNet model detects the disease and further classifies it.There are 3 categories-healthy,angular leaf spot disease and bean rust disease.The image should be uploaded in the Streamlit web app to view the output.
Jupyter Notebook
1
star
23

Disk-Scheduling

FCFS and FCLS disk scheduling algorithms were implemented using stack and queue data structures respectively.Both stack and queue are implemented using singly linked lists.
C
1
star
24

Own-Mailing-App

Why use GMail when you can create your own mailing app using SMTP in Python!!!The project uses Streamlit front-end which inputs the recipient's address(es),subject-line ,body of the mail and image attachments(if any) and mails just perfectly to the recipient(s).
Jupyter Notebook
1
star
25

Three-Address-Code-Generator-App

Compiler Design and System Software project to generate three address code for a given arithmetic equation.Stack data structure and OOps concepts have been employed to implement the same.The project code is in Python for back-end and Tkinter for the front-end.
Python
1
star
26

Kotlin-programs

I have enclosed a few Kotlin programs written on intelliJ idea software.The problem statement is to create a robot which can help you in your daily tasks so that you can enjoy an extra hour of sleep during your college days!Hope my audience will like it!The src folder has all the Kotlin programs.Learning Kotlin can help one greatly to build awesome android apps.All the best!
1
star
27

Economics-notes

Some basic and common Economics notes that I used for my end exam.These notes can extremely help candidates save their valuable time and prepare smartly for their tests without having to read any textbook much.Besides,these notes have been prepared using Gregory Mankiw Textbook for reference.
1
star