Pinned Repositories
Apple-Detection
Uses Perceptron, Logistic Regression, and Neural Net to predict apple/non-apple in NumPy images with PyTorch.
Bitmo
Android app POC provides primitive peer-to-peer trading functionality for Bitcoin
CS420-FinalProject
Map/Reduce Hadoop implementation of N-Gram program
DNS-Load-Balancing
Simple DNS server that implements load balancing in two different ways: round-robin and geographic distance (using Dijkstra's)
image-classifier
Uses PyTorch library to classify images with simple NN, convolutional NN, and feed-forward NN
instagram-watch-bot
Extend Instagram functionality to keep an eye on things not available through the app itself.
Optimal-Playlist
Heroku web app uses Spotify API to scrape most popular songs from party of users to create mutually liked Playlist (Python, Flask, Spotify API, Heroku, JS, HTML/CSS, Bootstrap)
python-makefile-checker
Verify that scripts in your project's makefile actually exist. Use from within your GitHub actions workflow file or from python code itself!
rohantilva.github.io
Personal website!
Wiki-Engine
Train MLP to better recognize question/answer pairs from Wikipedia, and rerank on UI accordingly
rohantilva's Repositories
rohantilva/image-classifier
Uses PyTorch library to classify images with simple NN, convolutional NN, and feed-forward NN
rohantilva/Optimal-Playlist
Heroku web app uses Spotify API to scrape most popular songs from party of users to create mutually liked Playlist (Python, Flask, Spotify API, Heroku, JS, HTML/CSS, Bootstrap)
rohantilva/python-makefile-checker
Verify that scripts in your project's makefile actually exist. Use from within your GitHub actions workflow file or from python code itself!
rohantilva/Apple-Detection
Uses Perceptron, Logistic Regression, and Neural Net to predict apple/non-apple in NumPy images with PyTorch.
rohantilva/Bitmo
Android app POC provides primitive peer-to-peer trading functionality for Bitcoin
rohantilva/CS420-FinalProject
Map/Reduce Hadoop implementation of N-Gram program
rohantilva/DNS-Load-Balancing
Simple DNS server that implements load balancing in two different ways: round-robin and geographic distance (using Dijkstra's)
rohantilva/Hidden-Markov-Model-Sequence-Prediction
Using observed sequence of 0's and 1's and initial probabilities, predicts hidden states.
rohantilva/instagram-watch-bot
Extend Instagram functionality to keep an eye on things not available through the app itself.
rohantilva/rohantilva.github.io
Personal website!
rohantilva/Wiki-Engine
Train MLP to better recognize question/answer pairs from Wikipedia, and rerank on UI accordingly
rohantilva/Predicting-Hall-of-Famers
Using ML algorithms to predict Hall of Famers
rohantilva/SimpleTimer
Simple Timer created with JavaScript, HTML, and CSS
rohantilva/Video_Stream_CDN
HTTP proxy accepts connections from web browsers, modifies video chunk requests, opens a connection with the content server, and forwards the modified request to the server.