class Developer:
def __init__(self):
self.name = "Jhashank Nayan"
self.role = "Engineering Student"
self.stack = ["Python", "Backend", "AI/ML"]
def mission(self):
return "Building practical systems, not just code."
me = Developer()
print(me.mission())
|
|
| Project | Description | Stack |
|---|---|---|
| System Monitoring & Forecasting | 📊 Resource monitoring and analytics system with advanced forecasting capabilities. | |
| Email Scam Detector | 🛡️ Text classification pipeline utilizing NLP for detecting scam emails with high accuracy. | |
| Sports Android – AI Fitness | 🏋️ Mobile app leveraging pose detection for real-time fitness tracking and analysis. |

