- Northfield, MN, USA
- https://www.linkedin.com/in/maanya-goenka-175a6b163/
-
Movie-Recommendation-System Public
A movie recommendation system based on AI principles and techniques such as tf-idf vectorization, cosine similarity, and Levenshtein Distance.
Python UpdatedApr 6, 2022 -
FRET - Built and trained a convolutional neural network in Keras from scratch to recognize facial expressions. Deployed the trained model to a web interface with Flask and applied the model to real…
-
pacman Public
A Golang language implemented version of the popular Pacman game with score, sounds and other additional features. Use of open source code including gvm to control go version on Git cmd
UpdatedAug 28, 2020 -
pacmango Public
Pacman Game created using Golang language and the open source gvm for version control of the go language
UpdatedAug 28, 2020 -
Facial-expression-Tracker Public
A Jupyter Notebook application that tracks facial expressions of figures in videos through tensor flow and python. Built and trained a convolution neural network in Keras from scratch to recognize …
UpdatedAug 27, 2020 -
-
Foosball-Table Public
An interactive foosball game which works on light sensors, servers, sound sensors, beepers, and has been constructed out of wood slabs from scratch.
-
RTC-Chatbot Public
The front end code for a chat bot developed to be integrated into the RTC webpage, for automatic responses to generally asked questions
UpdatedAug 2, 2020 -
ForkIt Public
Experimenting with collection views for navigation in a restaurant dining app
-
-
-
-
-
substring-frequency Public
Given a pattern as the first argument and a string of blobs split by "|" show the number of times the pattern is present in each blob and the total number of matches.
Python UpdatedJul 15, 2020 -
Website-for-Arya-Misra Public
Developed and designed a website for a film and cinema student
-
-
Bison-Graphics Public
A graphic screen utilizing python featuring a random generation of bison running across a mountainous background
Python UpdatedFeb 3, 2020 -
Light-Following Public
Utilizes an Arduino chip and two servos along with a light sensor to detect the brightest spot in the room by sweeping the arm of one servo through the room and directing the arm of the second serv…
C++ UpdatedJan 29, 2020 -
Embodied-Electronic-Emotion Public
Uses Arduino C code. A birthday cake which has three LEDs attached to it in the form of candles and has an arduino chip at the last base. Uses a buzzer and a push button which when pushed starts em…
C++ UpdatedJan 29, 2020 -
Music-app- Public
A basic version of spotify that uses table view cells and different types of view controllers to create a list of songs, the details of which can be edited and saved
Swift UpdatedAug 25, 2019 -
Grocery-App Public
This was my first attemp at app development. I used Xcode and Swift for the application. The task is to complete a grocery list app! A user with this app will be able to input a grocery item and qu…
Swift UpdatedAug 25, 2019 -
-
word_games Public
Implementation of two word games: Word Ladder and Anagrams using Java