Pinned Repositories
_visitor
An iOS app made by Team BD [Nikhil and Rishi] at Blueprint@MIT
c-compiler
DoorSight
Facial detection with Python and OpenCV
haskell-brainfuck-interpreter
A small interpreter for the Brainfuck language written in Haskell.
Haskell-Lisp-Interpreter
Implementing a lisp interpreter in Haskell
midPoint-for-Android
This is an app that Rishi Masand and I prototyped at CodeDay NJ 2015. We wanted to continue this app, so I am working on an Android app while Rishi is developing an iOS app.
Siri-Clone-for-Android
This Android app is basically a personal assistant for you the same way Siri is on the iPhone. I used the speech to text library from api.ai for the speech recognition necessary for this app. I made this app as a personal challenge to finish a project in 1 week over spring break.
Tacteyele_V2
ML image classifier–move the mouse by looking in the direction!
Voice-Recognition-Fun
Testing out the api.ai library for Android and messing around with the voice recognition libraries it has
Zeus-Learning-App
App to learn electrical engineering (Verizon App Challenge)
nikhilJain17's Repositories
nikhilJain17/Siri-Clone-for-Android
This Android app is basically a personal assistant for you the same way Siri is on the iPhone. I used the speech to text library from api.ai for the speech recognition necessary for this app. I made this app as a personal challenge to finish a project in 1 week over spring break.
nikhilJain17/BD-Calculator
A program for a 1 digit by 1 digit calculator written in MPASM for the PIC16F887 microcontroller. It supports addition, subtraction, multiplication, and division. Additionally, it catches dividing by 0 and supports negative answers for subtraction.
nikhilJain17/haskell-brainfuck-interpreter
A small interpreter for the Brainfuck language written in Haskell.
nikhilJain17/interactiveSMT
interactive smt solving
nikhilJain17/midPoint-for-Android
This is an app that Rishi Masand and I prototyped at CodeDay NJ 2015. We wanted to continue this app, so I am working on an Android app while Rishi is developing an iOS app.
nikhilJain17/nikhilJain17.github.io
My personal website!
nikhilJain17/rescale-starter-project
Codebase SP21 Starter Project
nikhilJain17/c-compiler
nikhilJain17/cache
A cache server implementation written in go
nikhilJain17/cellular-automata
cellular automata fun
nikhilJain17/chat-server
simple chat server with rooms and users implemented in c++
nikhilJain17/clojure-sicp
SICP exercises and notes in Clojure
nikhilJain17/crdt-text-editor
An implementation of Conflict-Free Replicated Data Types applied to a collaborative text editor
nikhilJain17/discord-blackjack-bot
Some fun card games to play on Discord
nikhilJain17/dotfiles
These are my dotfiles for configuring various tools.
nikhilJain17/Emote
Global AI Hackathon submission
nikhilJain17/git-exercise
nikhilJain17/gossip-membership
nikhilJain17/graph-calc
A small graphing calculator
nikhilJain17/InspectVR
PennApps XIV - get prices of objects in real time
nikhilJain17/language-virtual-machine
A simple LVM for the LC-3 processor
nikhilJain17/paxos
nikhilJain17/PebbleTennis
Fall HackRU 2015 Project
nikhilJain17/quire
A simple music programming language written in Clojure.
nikhilJain17/Robin
A mouse/keyboard replacement
nikhilJain17/Sharded-Key-Value-Store
A sharded kv store implemented in Go.
nikhilJain17/smt-minesweeper
Playing minesweeper with an SMT solver
nikhilJain17/TactEYEle
PennApps XV Project
nikhilJain17/unlimited-register-machine
An implementation of an unlimited register machine from Nigel Curtland's Computability: Intro to Recursion Theory.
nikhilJain17/zip-lang
compiler for the zip programming language