-
Code-Standard-Agent Public
Building a custom fine-tuned DeepSeek Coder model that accepts raw Python code as input, evaluates its cleanliness, and generates an improved, standards-compliant version. To support this, I constr…
Python UpdatedNov 30, 2025 -
-
-
studyAI Public
A react web application that allows the user to upload a PDF of their class notes or textbook. Given a question based on the material, it uses a sentence transformer to perform RAG and provide that…
JavaScript UpdatedNov 17, 2025 -
Stock-Trend-Predictor Public
Finetuning a FinGPT model to predict future stock trends
UpdatedNov 2, 2025 -
stockAI Public
A webcrawler application that can find the most relevant news articles regarding any corporation listed on the NASDAQ. After pulling the article texts from the source, Claude provides individual su…
JavaScript UpdatedSep 17, 2025 -
-
-
System-Communications Public
Uses sockets to create a connection between two applications running on the same system. One application is forked into ten child processes and data is shared from these children to the other appli…
C UpdatedJan 3, 2024 -
ComputerArchitecture Public
Simulates a MIPS assembly system using registers and memory to complete functions such as ADDU, ADDIU, SUBU, SW, LW, AND, OR, and others.
C++ UpdatedJan 3, 2024 -
Chat-Application Public
A real-time chat application using C++ that stores user profile and chat data in a MongoDB database. Still a work in progress. I have included the Server file (server.cpp), which connects to the mo…
C++ UpdatedDec 7, 2023 -
RecipeFinder Public
A web application using HTML, CSS, Javascript, Python, and Flask. It allows the user to input ingredients that they have available and it will return a list of five possible recipes that can be mad…
JavaScript UpdatedNov 30, 2023 -
LDAandLSAModelling Public
Takes data from thousands of tweets and puts it into LDA and LSA models to find recurring themes and topics between the tweets.
Python UpdatedJul 3, 2023 -
Harry-Potter Public
A battle game where the player battles various Harry Potter villains. Players can choose from a collection of characters with special abilities. - Uses File IO to load character and game data and s…
C++ UpdatedAug 14, 2022 -
Royal-Game-of-Ur Public
Board Game. Loaded data from CSV files to create a 2D game platform. Defined functions and classes to allow 2 players to play against each other. Stored player data in dictionaries to keep track of…
Python UpdatedAug 14, 2022 -
Elevator-Simulator Public
This simulator has nodes connected in a doubly linked list. Each node stands for a floor and the list can simulate an elevator carrying passengers back and forth between floors
C++ UpdatedAug 14, 2022 -
Class-Grade-Calculator Public
This project uses a 2d structure of pointers to store the grades of students in different classes. It can then calculate the statistics of each class and the statistics of all the classes together …
C++ UpdatedAug 14, 2022 -
-
DNA-Sequencer Public
This project uses a hash table with quadratic probing to store individual strands of DNA. Once the hash table reaches its capacity, all the data is copied into a new table with a capacity four time…
C++ UpdatedAug 14, 2022