Stars
This is a guide for building a 6502 computer from scratch. You'll learn step-by-step how to assemble the hardware, understand the workings of the 6502 microprocessor, and run simple programs on you…
PyForge is a custom Python compiler built using .NET and C#. It provides an interactive shell for real-time Python code execution and supports a variety of commands for enhanced user interaction. P…
My course notes, assignment solutions, and more for the INFO.3050 - Survey of Python, Perl, and PHP. This is all my work and is simply being stored here for my own personal use.
An interactive online learning platform similar to Udemy and Coursera. Combining Next.js 14, React, TypeScript, and more, Athena offers a user-friendly environment for buying and selling courses. I…
A C# chess bot for Sebastian Lague's Chess Coding Challenge. Utilizes bitboard representations with Zobrist hashing for rapid state evaluations, a curated opening book for optimized early-game play…
👋 Hey there new grad🎉! We've put together a collection of full-time job openings for SWE, Quant, PM and tech roles in 2024! 🚀
redayzarra / tensorflow-quantum
Forked from tensorflow/quantumHybrid Quantum-Classical Machine Learning in TensorFlow
An open-source Python framework for hybrid quantum-classical machine learning.
Game Hub is a comprehensive web application, built as part of a Code with Mosh course, which provides an engaging platform for users to explore and discover a variety of video games. Using the RAWG…
AutoPilot is a control system for the Tello EDU Drone. Using a local web platform, it merges a Flask backend with a React frontend for effortless drone operations. It also introduces OpenCV-powered…
A collection of awesome readme templates to display on your profile
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
PocketTrader is an automated trading bot for Alpaca's commission-free stock brokerage API. The bot enables seamless trade automation, asset checking, order management, technical analysis & position…
This project utilizes Facebook Prophet to analyze time series data and accurately predict commodity (avocado) prices for the market.
This repository contains the playground project I use throughout the first part of the Ultimate React course.
These are all my notes, lessons, and exercises for the Harvard - R Basics course. I have made sure to include my thought process and detailed notes as I complete the course.
This project covers the topic of natural language processing or NLP to classify user-generated text and determine their intent. The goal of this project is to build a model that can classify 10,000…
This project utilizes an artificial neural network to perform a regression task, which means the model will predict a value based on the features. In this case, the model will have eight features t…
This project utilizes a convolutional network to identify 9 different kinds of skin cancers including melanoma, nevus, and more. The model is trained on over 2,200 pictures of various skin cancers …
My capstone project explores machine learning, hardware, and web development to create a smart home system for monitoring the health of homebound patients suffering from sleep apnea. The system inc…
This is a machine learning project where I utilized the LeNet-5 architecture to create a convolutional deep network that classifies 43 different kind of traffic signs. I've made sure to include a f…
Collection of leetcode company tag problems. Periodically updating.