Skip to content
View SXV357's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report SXV357

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
SXV357/README.md

Hi 👋, I'm Shreyas Viswanathan

Undergraduate CS student at Purdue passionate about autonomous systems and large-scale web applications

  • 🔭 I recently worked on developing the backend for an SMS-based food ordering system for SFSL

  • 🌱 Self-learning endeavors

    • Current: SQL, MERN
    • Upcoming: Agentic AI, AWS
  • 👨‍💻 View my work here

  • 📄 Know about my experiences: Resume

  • 📫 How to reach me: [email protected]

I code with

Languages

java logo python logo c logo javascript logo typescript logo html5 logo css3 logo r logo bash logo

Frameworks & Libraries

react logo react logo react logo react logo flask logo tensorflow logo firebase logo pandas logo numpy logo opencv logo

Developer Tools

git logo github logo github logo github logo github logo vscode logo jupyter logo gitlab logo intellijidea logo vercel logo linux logo windows logo

Pinned Loading

  1. Inspirit-AI-Deep-Dive-Designing-DL-Systems-FinalProject-RL-for-Autonomous-Vehicles Inspirit-AI-Deep-Dive-Designing-DL-Systems-FinalProject-RL-for-Autonomous-Vehicles Public

    This project uses Reinforcement Learning to teach an agent to drive by itself and learn from its observations so that it can maximize the reward(180+ lines)

    Jupyter Notebook 3

  2. Inspirit-AI-FinalProject-Object-Detection-For-Self-Driving-Cars Inspirit-AI-FinalProject-Object-Detection-For-Self-Driving-Cars Public

    This project makes use of YOLOs transfer learning model called DarkNet to make bounding box and confidence predictions along an autonomous vehicle's path(200+ lines)

    Jupyter Notebook 2 1

  3. Online-Product-Marketplace Online-Product-Marketplace Public

    A food marketplace application where sellers can list products and customers can purchase them.

    Java 1

  4. Quizz.It Quizz.It Public

    A full-stack educational productivity application submitted as part of Purdue's BoilerMake XI Hackathon

    JavaScript 2

  5. open-build/BabbleBeaver open-build/BabbleBeaver Public

    Micro AI for multiple LLM switching, preparing datasets, training models, and deploying them in isolated environments using Docker

    Python 5 7

  6. x86-64-HashTable x86-64-HashTable Public

    Implements a hash table in x86-64 Assembly using the chaining collision handling mechanism

    C