class RohanSharma:
def __init__(self):
self.name = "Rohan Sharma"
self.alias = "kuro-2"
self.role = "Software Developer @ Dumroo AI"
self.location = "Dibrugarh, Assam"
self.speciality = ["AI/ML Engineering", "Full-Stack Development", "Data Pipelines"]
self.currently = "Building intelligent systems that scale"
self.philosophy = "If it can be automated, automate it. If it can be AI-powered, power it."
def say_hi(self):
print("Thanks for dropping by! Lets build something crazy together")
me = RohanSharma()
me.say_hi()| Project | Description | Tech |
|---|---|---|
| Vendor Recommendation Bot | Local AI assistant for event planning and vendor selection - no cloud APIs | Python, Streamlit |
| Health Prediction App | Multiple Disease Prediction System using ML | Python, scikit-learn, Streamlit |
| Dumroo Admin AI | NLP chatbot for school admins - query student data in plain English | Python, Gemini, LangChain |
| Email Automation LLM | AI-powered email management with sentiment analysis dashboard | React, TypeScript, Python |
| Travel Agent AI | Conversational travel assistant for India with real-time info | Flask, HuggingFace, Python |
| PubMed Paper Fetcher | CLI tool to fetch and filter PubMed papers by author affiliation | Python, PyPI |
| Django Activity Logs | Production-grade user activity tracking with Redis, DRF, PostgreSQL | Django, Redis, PostgreSQL |
| Customer Onboarding System | Full-stack onboarding app with Supabase and role-based access | React, TypeScript, Supabase |