Ayush Verma

Welcome to my site :










                    about me






                    projects

Ants

Program Development

Developed a functional tower defense game based off "Plants vs Zombies", utilizing an object oriented programming paradigm

Python

Boogle

Software Engineering

Developed a search engine that presents targeted web data based on a user’s inputted keywords. Features: Sorted search query, relational databases, dynamic web page, webcrawler, index verification, custom UI

PHP / mSQL / Repo Link

Future Money

Machine Learning

Developed a deep learning, ensemble RNN-LSTM neural network model as an interactive trading bot to perform autonomous data analysis and project evaluations for select stocks and cryptocurrency.

Python / Keras / Repo Link

Anti Toxicity Model

Machine Learning

Developed an NLP neural network transformer model fine-tuning BERT for multilabel text classification. Implemented as an unsupervised deep learning model inputting app server datasets for train-validation split.

Python / Tensorflow

PokeWorld

Software Development

Creating a high-resolution, 3D Pokemon game from scratch and implements multifaceted backend OOP paradigm, self-designed UI components, and AI-driven NPC interactions. The game simulates first-person VR experience with immersive camera-render experience and defined UX animations.

C# / Unity / Repo Link

Web Scraper

Data Science

Created a data processing algorithm to source website metadata and output desired values as an Excel file. Programmed model to access embedded subpages; tested to successfully pull UC Berkeley club data

Python / NumPy/ Repo Link

Adventure Time

Software Engineering

Created an interactive single-player game with a 2D tile based world exploration engine. Game included seed-specific game maps, player selection, save/load state, light switch display, and customized HUD

Java

2048

Software Engineering

Programmed functional version of the popular game "2048" and implemented core game logic

Java