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 is supported. This note will only be visible to 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

  • 🔭 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: shreyasviswanathan1@gmail.com

I code with

Languages

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

Frameworks & Libraries

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

Developer Tools

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

Image Image

Pinned Loading

  1. RL-AV-Agent RL-AV-Agent 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. DL-Object-Detection-System DL-Object-Detection-System 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

  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