class UtkarshTyagi:
def __init__(self):
self.name = "Utkarsh Tyagi"
self.location = "Jaipur, Rajasthan 🇮🇳"
self.university = "LNMIIT, Jaipur | B.Tech (2024 → 2028)"
self.roles = ["Full-Stack Developer", "AI/ML Engineer", "IoT Explorer"]
self.languages = ["Python", "C/C++", "JavaScript", "SQL"]
self.interests = ["Deep Learning", "NLP", "Real-Time Systems", "Chess Bots 🤖"]
self.currently = "Building intelligent systems & exploring LLMs + LangChain"
self.fun_fact = "I trained a chess bot to beat me 🤦"
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together 🚀")
me = UtkarshTyagi()
me.say_hi()| 🗂️ Project | 📝 Description | 🛠️ Stack |
|---|---|---|
| ⚡ Chat-System | Scalable real-time chat with live messaging, typing indicators & online tracking | FastAPI · WebSockets · MongoDB |
| 🧠 Neural Chess Bot | A CNN-powered chess bot that sees the board — beats beginners reliably | Python · Keras · Node.js |
| ⚡ Electricity Price Predictor | ML model predicting electricity production cost; deployed live on Streamlit | Python · XGBoost · Streamlit |
| 🏛️ Lecture Hall Booking System | Admin & user portal for managing lecture hall event schedules | HTML · CSS · JS |

