class Saharnaz:
"""A data scientist passionate about building intelligent, product-ready AI systems."""
def __init__(self):
self.name = "Saharnaz Yaghoobpour"
self.role = "AI Software Engineer"
self.background = "Computer Engineering"
self.location = "Earth ๐"
self.email = "saharnazyaghoobpoor@gmail.com"
self.github = "github.com/saharnazyp"
self.linkedin = "linkedin.com/in/saharnaz-yaghoobpour-90068ab2"
self.kaggle = "kaggle.com/saharnazyaghoobpoor"
@property
def languages(self):
return ["Python", "SQL", "R"]
@property
def ml_dl_tools(self):
return [
"Scikit-learn",
"TensorFlow",
"Keras",
"PyTorch",
"XGBoost"
]
@property
def data_tools(self):
return [
"Pandas",
"NumPy",
"Matplotlib",
"Seaborn",
"Plotly"
]
@property
def deployment(self):
return [
"FastAPI",
"Gradio",
"Streamlit",
"Docker"
]
@property
def platforms(self):
return [
"Kaggle",
"Google Colab",
"GitHub"
]
@property
def analytics_tools(self):
return [
"Power BI",
"Excel"
]
def what_i_do(self):
return {
"๐ Data Analysis": "Discover patterns and hidden insights in complex datasets",
"๐ง Machine Learning": "Build predictive models using modern ML/DL frameworks",
"๐ ML Deployment": "Deploy models with FastAPI, Gradio and Streamlit",
"๐ Data Visualization": "Create meaningful visual insights for decision making",
}
def Projects&Contributions:
return {
- ๐ญNASA Asteroid Discovery: Proud contributor to asteroid discovery initiatives.
- ๐Telematics AI: Building deep learning models to analyze driver behavior.
- ๐กSensor Fusion: Researching fusion techniques for vehicle diagnostics.
- ๐Competitions: Active participant in global AI challenges (Kaggle, DrivenData).
- โ๏ธTechnical Writing: Exploring and sharing insights on ML/AI applications.
- ๐Mentorship: Passionate about teaching and empowering the next generation of data scientists.
}
if __name__ == "__main__":
print("Thanks for visiting my profile โ let's build intelligent systems ๐ค")๐ฏ MY GOAL:Aiming to lead the evolution of Automotive AI Systems through innovation and data-driven solutions.
"Building the future of artifitial intelligence, one line of code at a time."


