- π Junior Year student majoring in Electronics and Computer Science
- π€ Passionate about Artificial Intelligence & Machine Learning
- π¬ Currently diving deep into SAR (Synthetic Aperture Radar) Image Processing
- π‘ Love building end-to-end solutions with modern tech stacks
- π Based in India
- π« Reach me at: om.mohite@vit.edu.in
- π Check out my Resume
- β‘ Fun fact: I turn coffee into code and models into magic! ββ¨
π EdVantage
ERP-Based Educational Management System
- Worked extensively on the backend architecture
- Gained hands-on experience with enterprise-level system design
- Streamlined educational workflows and management processes
π» Vibecode
ReactJS-Powered Development Project
- Modern web application built with React
- Focus on responsive design and user experience
- Showcasing frontend development skills
Current Research Focus
- Working on Synthetic Aperture Radar image processing techniques
- Applying ML algorithms for image analysis and enhancement
- Exploring real-world applications in remote sensing
class OmMohite:
def __init__(self):
self.name = "Om Mohite"
self.role = "AI/ML Enthusiast & Full Stack Developer"
self.education = "Electronics & Computer Science (Junior Year)"
self.current_focus = "SAR Image Processing"
self.interests = ["Machine Learning", "Deep Learning",
"Computer Vision", "Web Development"]
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together!")
me = OmMohite()
me.say_hi()

