Skip to content
View shreybirmiwal's full-sized avatar

Highlights

  • Pro

Block or report shreybirmiwal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shreybirmiwal/README.md

About Me

Hello! I am a senior at Westwood High School in Austin, Texas.


Projects

Blockchain

Project Description
Loop 🏆 Won $3,000 at ethSF 2024! On-chain Reinforcement Learning with Human Feedback (RLHF).
CryptoClash 🏆 Won $6,000+ cash + $5K AWS credits at HackFS! A 3D Multiplayer Fighting Game with NFTs.
MOVEMENT 🏆 Won $100 at Frameworks Hackathon! Decentralized GoFundMe + Change.org.
TrainAi Incentivizes sorting, labeling, and preprocessing image data for AI training with crypto.
PaperDex Chrome extension for paper trading cryptocurrencies on DexScreener.
CryptoWrapped SpotifyWrapped - for your cryptocurrency trades. Simply enter your ETH address.

AI

Project Description
FedLearning Interactive site exploring federated learning with pseudo-servers.
CollegeAcceptancePredictor Predicts college acceptances using data scraped from r/collegeresults.
GPT-2 Implementation Reimplementing GPT-2 from scratch following Karpathy’s guide (in progress).
ShopifyReviews Finetuned a llama2 model to analyze Shopify user reviews.
Memary Contributed features to a collaborative memory system for AI agents.

Hardware

Project Description
Nand2Tetris Building a computer in HDL from the ground up using NAND chips (in progress).

Cool Projects

Project Description
SOS 🏆 Won $3,500 FIRST PLACE at OMI Hacks! AI-powered app to detect danger and alert family.

Random Projects

Project Description
TrackItNow Inventory management system for a volunteering org managing $15K+.
RateMyJudge Like RateMyProf, but for analyzing debate judge preferences.
Stockr Practice trading stocks on real historical data.
ClassBot Bot that auto-joins online classes (COVID-19 project).
PooKarma Social app rewarding users for picking up dog poop (HackTX project).
InSight Chrome extension generating image summaries to improve text comprehension.
ShoeMonitor Tracks sneaker resell prices and sends Discord alerts for deals.
Checkpoint.AI AI-powered tool to compare student homework against teacher keys.
Edualize Enables teachers to create interactive 3D quizzes.

Personal Site: shreybirmiwal.vercel.app
Email me: [email protected]

Thanks for reading, and feel free to reach out—I'd love to connect!

Pinned Loading

  1. Loop-ethSF2024 Loop-ethSF2024 Public

    Loop brings RLHF on chain to allow for decentralized LLM fine tuning on human feedback. Won $3,000 from Hedera Chain + AirDAO @EthSF 2024 Hackathon

    Solidity 2

  2. CryptoClash-HackFS2024 CryptoClash-HackFS2024 Public

    CryptoClash - First person boxing game in the metaverse. Won over 6,000$ in total prizes during ethGlobal HackFS hackathon 2024

    C# 1

  3. trackitnow trackitnow Public

    Management system for the inventory at the Locker, a local nonprofit that gives people in need resources like food and clothes. Manages over $15,000 of supplies in multiple schools across Texas

    JavaScript

  4. nand2tetris nand2tetris Public

    A full computer built starting with a NAND gate, Includes a compiler, assembler, VM translator, and OS. My quest to learn computer architecture.

    Hack

  5. college-predictor college-predictor Public

    Machine learning model trained to predict what college students will be accepted into based on factors (grades, extracurriculars, essays). Data from webscraping Reddit

    Jupyter Notebook

  6. fedlearning fedlearning Public

    Sandbox to experiment and learn what Federated Learning is in-action

    JavaScript