kaushikjadhav01

kaushikjadhav01

👤 Developer

9 repositories on SrcLog

View on GitHub
9 Repos
1.3k Stars
443 Forks
1.3k Watchers

Repositories (9)

Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis kaushikjadhav01/Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis Python

Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are made using three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices of the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall

812
Online-Food-Ordering-Web-App kaushikjadhav01/Online-Food-Ordering-Web-App TSQL

Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App

140
Deep-Surveillance-Monitor-Facial-Emotion-Age-Gender-Recognition-System kaushikjadhav01/Deep-Surveillance-Monitor-Facial-Emotion-Age-Gender-Recognition-System Jupyter Notebook

Computer Vision module for detecting emotion, age and gender of a person in any given image, video or real time webcam. A custom VGG16 model was developed and trained on open source facial datasets downloaded from Kaggle and IMDB. OpenCV,dlib & keras were used to aid facial detection and video processing. The final system can detect the emotion, age and gender of people in any given image, video or real time webcam

123
Real-Time-Object-Detection-API-using-TensorFlow kaushikjadhav01/Real-Time-Object-Detection-API-using-TensorFlow Jupyter Notebook

A Transfer Learning based Object Detection API that detects all objects in an image, video or live webcam. An SSD model and a Faster R-CNN model was pretrained on Mobile net coco dataset along with a label map in Tensorflow. This model were used to detect objects captured in an image, video or real time webcam. Open CV was used for streaming objects and preprocessing.

71
Cancer-Donation-Portal-Python-Flask-App kaushikjadhav01/Cancer-Donation-Portal-Python-Flask-App Python

Flask App for Cancer Donation Portal using basic Python, SQLite3, HTML, CSS and Javascript

39
Movie-Recommendation-Chatbot kaushikjadhav01/Movie-Recommendation-Chatbot Jupyter Notebook

Movie Recommendation Chatbot provides information about a movie like plot, genre, revenue, budget, imdb rating, imdb links, etc. The model was trained with Kaggle’s movies metadata dataset. To give a recommendation of similar movies, Cosine Similarity and TFID vectorizer were used. Slack API was used to provide a Front End for the chatbot. IBM Watson was used to link the Python code for Natural Language Processing with the front end hosted on Slack API. Libraries like nltk, sklearn, pandas and nlp were used to perform Natural Language Processing and cater to user queries and responses.

38
Live-Video-Sketching-through-webcam-using-OpenCv-Python kaushikjadhav01/Live-Video-Sketching-through-webcam-using-OpenCv-Python Jupyter Notebook

Computer Vision model creates a live video sketch of frames through real time web cam video. Source code is written in python and model is based on OpenCV. Keras and Numpy have been used to optimize the performance of the model and posterize frames

29
Object-Detecion-via-Smartphone-Camera-using-Faster-R-CNN kaushikjadhav01/Object-Detecion-via-Smartphone-Camera-using-Faster-R-CNN Jupyter Notebook

Detecting objects captured in the frame of a Smartphone Camera using Faster R-CNN algorithm. TensorFlow Object Detection API has been used for back end & OpenCV has been used to process the frames of video captured from Smartphone Camera. IPWebcam app is used to link Smarthphone to Object Detection Code

25
ModSecurityCRS kaushikjadhav01/ModSecurityCRS

Implementation of ModSecurity, Core Rule Set (CRS) on Apache server. ModSecurity, sometimes called Modsec, is an open-source web application firewall. ModSecurity was installed and configured on an Ubuntu VM using Virtual Box

23