Jubin Soni's repositories
MachineLearning-Detecting-Twitter-Bots
Custom classification algorithm to sense the bots vs human on social media space like twitter
DeepLearning-Food-Image-Recognition-And-Calorie-Estimation
Food image prediction using TensorFlow and calorie estimation using K-Nearest-Neighbors algoritm
Spark-And-MLlib-Projects
This repository contains Spark, MLlib, PySpark and Dataframes projects
Tableau-Projects
This repository contains my tableau projects
KeystrokesAuthentication
Keystrokes Authentication is a Python-Django app that analyzes users typing patterns and creates their unique biometric. This app allows software engineers to easily train, deploy, and evaluate a machine learning or a neural network classifier. The system takes the training data URL as an input having user_data, user_label, and next elements as input.
Netflix-Shows
API that allows users to search, sort, and filter your favorite Movies and TV Shows. Built using asynchronous Python-Fast API framework. Go to /docs to see the full list of available endpoints.
DataScienceCourse
This holds iPython notebooks and lecture slides for the Intro to Data Science Master's course I teach at NYU.
Bank-Marketing-Multivariate-Analysis
IDS-Project-Bank-Marketing-Analysis
D3js-Visualizations
Contains the visualizations I created using D3.js
Deep-Learning-Udacity
This repository contains projects, assignments and programs developed during my Deep Learning Nanodegree from Udacity
Insight-DataScience-Fansite-Analytics-Project
Insight-fansite-analytics-challenge
Scala-Memory-Mapping
Memory mapped files in scala using java nio
Cornershop-Meals
Meal management app built using Python-Django to coordinate the meal selection for employees.
React-Recipe-App
A React app that allows users to search for food recipes
AI-Game-Programming
Heuristics, Game programming and Reinforcement Learning Based Games
content
The content behind MDN Web Docs
DAND-Nanodegree
Data Science Nanodegree Projects
elasticsearch-py
Official Python low-level client for Elasticsearch.
ISO-3166-Countries-with-Regional-Codes
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
react-code-editor-app
An in-browser code editor that allows you to write and execute your code in the browser.
Scala-programing
Contains all the programming exercises done on Scala
Spellchecker
Spellchecker is a custom API that helps determine if a word is spelled correctly. If not, the API returns some autocomplete suggestions of similar words. Built using Python Flask and Trie data structure.