class AIEngineer:
def __init__(self):
self.name = "Yasin"
self.location = "Afghanistan"
self.focus = ["Data Science", "Machine Learning", "Deep Learning", "NLP"]
self.building = "Real-world AI projects"
self.goal = "AI Engineer working on impactful systems"
def mission(self):
return "Turn raw data into intelligent systems that solve real problems"
me = AIEngineer()
print(me.mission())- π Build end-to-end Data Science projects
- π€ Train Machine Learning & Deep Learning models
- π§ Work on NLP systems (text classification, toxicity detection)
- π Deploy models using Streamlit / Flask / APIs
NLP system for detecting toxic content in low-resource languages.
Stack: Python, Scikit-learn, NLP, Pandas
Focus: Text preprocessing, classification, imbalance handling
Flutter + Firebase system for shop rental, billing, and management.
Stack: Flutter, Firebase
Focus: CRUD systems, real-time database, UI design
End-to-end ML pipeline for sales forecasting.
Stack: Python, XGBoost, Pandas
Focus: Feature engineering, model tuning, evaluation
- π Mastering Machine Learning fundamentals deeply
- π Building real-world portfolio projects
- π Learning deployment (FastAPI, Docker)
- π Preparing for remote AI/Data Science roles
```