Skip to content
View ShouryaAswal's full-sized avatar

Block or report ShouryaAswal

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
ShouryaAswal/README.md

Hi there πŸ‘‹, I'm Shourya Aswal

πŸš€ AI/ML Developer | 🧠 LLM Explorer | πŸŽ“ CSE @ IIIT Guwahati

#!/usr/bin/env python3

class AIEnthusiast:
    def __init__(self):
        self.name = "Shourya Aswal"
        self.education = "IIIT Guwahati"
        self.major = "CSE"
        self.interests = ["AI/ML", "LLMs", "RAG Systems", "MLOps", "RL"]
        self.languages = ["Python", "C++", "JavaScript", "SQL"]
        self.current_focus = "Finetuning LLMs, building RAG apps"

    def say_hi(self):
        print("Hey there! Let's build something awesome together. πŸš€")

me = AIEnthusiast()
me.say_hi()

🧠 Tech Stack

Python C++ JavaScript TensorFlow PyTorch Seaborn FastAPI Docker PostgreSQL Selenium Hugging Face Matplotlib Flask

πŸš€ Featured Projects

Project Description
JobYatra πŸ”Ή Flask-based job recommender using OCR, OpenAI API, and real-time scraping from LinkedIn.
CropCredit πŸ‘¨β€πŸŒΎ AI financial assistant for farmers. Built with LLaMA 3, FastAPI, Chroma DB.
DockSarcasm πŸ€– CI/CD-ready sarcasm detection model deployed via Docker, HuggingFace.
LunarPilot 🌌 Lunar landing simulator using Genetic Algorithms and RL with Gymnasium.

πŸ† Achievements

  • πŸ₯‡ Flipkart Grid 6.0 - Top 327 / 1.5L+ teams
  • πŸ“ˆ ICPC 2024 - Rank 311 Nationally, 2nd at IIITG
  • ✨ CodeChef 3-Star (Max 1643), Starters #160 Global Rank: 21
  • πŸ… 2Γ— Silver Medalist (Chess) at IIT Guwahati's Spirit 2023 & 2024
  • πŸƒ Sports Coordinator @ IIITG: Managed Premier League, Republic Day, & Carnival events

πŸ“Š GitHub Stats


πŸ“© Connect with Me


πŸ“… Fun Facts about me

"I can solve a rubic cube in 16 seconds πŸ€“"

"I am a huge anime/manga nerd πŸ€“πŸ€“"

"I am 1800 rated on chess.com πŸ€“πŸ€“πŸ€“"

"I can recite the whole periodic table from memory πŸ€“πŸ€“πŸ€“πŸ€“"


πŸ“Š Visitor Count

Visitor Count>

Pinned Loading

  1. CineFinder CineFinder Public

    A Semantic Search Engine for finding Movies and TV shows.

    Jupyter Notebook

  2. CropCredit CropCredit Public

    Engineered a RAG-based chatbot powered by Llama-3.1-8B through HuggingFace's API hosted using FastAPI server. Built chatbot memory system with Supabase integration, enabling personalized government…

    JavaScript

  3. LunarPilot LunarPilot Public

    Reinforcement Learning agent to optimize lunar landings V3 in OpenAI Gymnasium's Lunar Lander environment.

    Python

  4. Sarcasm_detector Sarcasm_detector Public

    End-to-end MLOps pipeline for deploying a sentiment + sarcasm detection API using FastAPI, Docker, and GitHub Actions CI/CD

    Python

  5. JobNavigator JobNavigator Public

    My contribution includes building an intelligent pipeline that extracts resume text via Tesseract OCR, processes it through OpenAI's API to identify optimal job titles, and feeds these to a custom …

    JavaScript