• Stars
    star
    1
  • Language
    Java
  • Created 10 months ago
  • Updated 7 months ago

Reviews

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

Repository Details

A plug n play service to quickly view contents from your RocksDB. All you need is the column family name and the key to fetch the value!

More Repositories

1

Automatic-Essay-Scoring

Created a web app that can automatically score essays. The grading model was trained using HP Essays Dataset from Kaggle. Used Long Short Term Memory (LSTM) network and machine learning algorithms to train model. WebApp was created using Flask framework.
Jupyter Notebook
49
star
2

Sign-Language-Recognition

A project to recognize sign language using OpenCV and Convolutional neural network. Created our own dataset of 19200 images to train the neural network
Jupyter Notebook
4
star
3

QuakeReport

Android app to display 10 latest earthquakes in the world using USGS API
Java
3
star
4

TicTacToe

Java
3
star
5

Flower-Species-Classifier

Trained an image classifier to identify a total of 102 flower species. Data Augmentation was used to bring variety in the dataset. I also made a command-line interface for training and testing our model with various parameters using the ArgumentParser library in Python. Transfer Learning with VGG16 and Densenet121 was used to train our neural network using PyTorch.
Jupyter Notebook
3
star
6

web_course

Webtech course coding assignment -2
HTML
2
star
7

Motion-Detection

Motion Detection in python using OpenCV
Python
2
star
8

MovieLens-MapReduce-Analysis

MapReduce approach to analyse MovieLens data along with Python code to visualize our data
Jupyter Notebook
2
star
9

Finger-Count-Recognition

Python script to detect number of fingers in webcam feed using OpenCV. Used the concept of contours and convexity defects to achieve finger count.
Python
2
star
10

IEEE-CIS-Fraud-Detection

Detect Fraud from customer transactions. This project is part of the IEEE CIS Fraud Detection competition available on Kaggle.
Jupyter Notebook
1
star
11

Face_Detection

A python program to detect faces in a webcam feed
Python
1
star
12

Task-Manager-API

JavaScript
1
star
13

ToDo-App

JavaScript
1
star
14

sankalpjain99

My personal repository
1
star
15

Housing-Price-Prediction-Kaggle

Analysing house features to predict possible price for a house
Jupyter Notebook
1
star
16

Titanic-Survivor-Prediction

Data analysis to predict Titanic survivors
Jupyter Notebook
1
star
17

JS-MiniProjects

Some easy mini projets made using JavaScript
JavaScript
1
star
18

Iris-Dataset-Analysis

Predict the species of a flower on the basis of their petal and sepal height/width
Jupyter Notebook
1
star
19

LeetCode-May-Challenge

Solutions for May Leetcoding challenge in C++
C++
1
star
20

Identifying-Customer-Segments

Project on real-time proprietary data for Bertelsmann Arvato Analytics to identify customer segments that form the core customer base of the company using unsupervised learning techniques. Data cleaning was an integral part of the project since the data used here was real-world. Techniques like Principal Component Analysis were also used for Dimensionality Reduction
HTML
1
star
21

Movie-recommendation-system

Different takes at creating a content based movie recommendation system using MovieLens dataset. One approach focuses on finding the correlation between different attributes to recommend movie. Another approach make use of the bag of word model along with machine learning algorithms.
Jupyter Notebook
1
star
22

Twitter-Sentiment-Analysis

Python code to perform sentiment analysis of twitter data. Used TermFrequencyInverseDocumentFrequency(TFIDF) model along with Machine Learning algorithms to make predictions
Jupyter Notebook
1
star
23

Loan-Approval-Prediction

Classify wheather a loan will be approved or not
Jupyter Notebook
1
star