Pinned Repositories
Email-Broadcasting-App-Django
A web app for sending a message or alert to multiple email address
Face-detector-using-python-and-cv2
Hi! there , this code detects the faces in the pictures.
Machine-Learning-CSE543
This repository contains all the Assignments & Projects completed as a course-work for Machine Learning
Medster-app-NodeJS
Motion_Detector-using-Python-and-OpenCV
In this, we are using python and open source computer vision for detecting the object.For analysing and creating the dataFrame we use pandas library. For plotting the graph I have used "Bokeh" library. In this what we do is we capture the first frame of the video and find the difference of it with other frames when a moving object comes in and save the entry and exit time in the dataframe named Times. csv.
OCR-with-Django-tesseract
Password-generator-Django
Python based Web application for generating unique passwords with the filters applied by the user.
Password-Hash-Calculator
A calculator which converts string into hash according to algorithm chosen by the user.
Pytorch-based-MNIST-digit-prediction
A Pytorch Project with flask API to predict handwritten digits using MNIST Dataset.
UPIGO
Unified Payments Interface (UPI) APIs using Django REST Framework.
Mohit-15's Repositories
Mohit-15/Motion_Detector-using-Python-and-OpenCV
In this, we are using python and open source computer vision for detecting the object.For analysing and creating the dataFrame we use pandas library. For plotting the graph I have used "Bokeh" library. In this what we do is we capture the first frame of the video and find the difference of it with other frames when a moving object comes in and save the entry and exit time in the dataframe named Times. csv.
Mohit-15/Email-Broadcasting-App-Django
A web app for sending a message or alert to multiple email address
Mohit-15/Face-detector-using-python-and-cv2
Hi! there , this code detects the faces in the pictures.
Mohit-15/Password-generator-Django
Python based Web application for generating unique passwords with the filters applied by the user.
Mohit-15/Password-Hash-Calculator
A calculator which converts string into hash according to algorithm chosen by the user.
Mohit-15/dependent-dropdown-example
Code example used in the post "How to Implement Dependent/Chained Dropdown List with Django"
Mohit-15/django-auth0-vue
A Django REST Framework + Vue.js CRUD Demo Secured Using Auth0
Mohit-15/Django-Mobile-Login-Rest-API
A restful API for authentication system with a mobile number.
Mohit-15/Django-twilio-SMS-App
Contact form web app for sending the reference number and QRcode link through SMS with API service of Twilio.
Mohit-15/Django-with-Chart-Js
Visual Representation of Data through Charts
Mohit-15/DjReact
A simple introduction to integrating Django and React.
Mohit-15/Doubly-Linked-list-in-C
Menu driven code for doubly linked list to perform certain operations on it..like insertion or deletion.
Mohit-15/Entity-Recognition-In-Resumes-SpaCy
Automatic Summarization of Resumes with NER -> Evaluate resumes at a glance through Named Entity Recognition
Mohit-15/firstripository
Mohit-15/gesture_controlled_gaming
Mohit-15/Iris_Dataset_study-ML
It predicts the type of species of flower by giving the length and width of petal and sepal. This code uses #RandomForest to study the Model.
Mohit-15/K-means-Clustering
K Means algorithm is unsupervised machine learning technique used to cluster data points. Elbow method is a technique used to determine optimal number of k. I use Iris dataset to explain it.
Mohit-15/mass-mailer
Mass mailer script to send a mail with attachment to multiple receptients individually.
Mohit-15/Multi-threading-in-python
This program explains how threads are created in memory and how they affect the code.
Mohit-15/python
learn python
Mohit-15/Rasa_CustomUI-v_2.0
Custom UI for Rasa
Mohit-15/Rasa_Deployment
Deploying Rasa Bot over Google Cloud Platform using Docker.
Mohit-15/Shopping_cart
A basic shopping cart for digital products. Made with Django
Mohit-15/thrain
Secure Text Transfer Using Diffie-Hellman Key Exchange Based On Cloud
Mohit-15/Titanic_problem
It is a problem of ML, and this impliments the use of Decision Tree. In this we have to predict the number of survived peoples by giving different parameters.
Mohit-15/Your-First-Node-REST-API