#!/usr/bin/python
# -*- coding: utf-8 -*-
class AIEngineer:
def __init__(self):
self.name = "Amine Raouane"
self.role = "AI Engineer"
self.languages_spoken = [
"English (Professional)",
"French (Professional)",
"Arabic (Native)",
]
self.contact_info = {
"email": "[email protected]",
"linkedin": "https://www.linkedin.com/in/amine-raouane/",
}
self.technical_skills = {
"AI & LLMs": ["Langchain", "Pydantic", "LLMs", "Agents", "Prompt Engineering", "Tool Use", "Crewai"],
"Machine Learning": ["Python (Pandas, TensorFlow, Pytorch, MLflow, Optuna)", "Fine Tuning", "Computer Vision", "Time Series", "NLP", "Classic ML"],
"Data Science": ["SQL", "NoSQL", "Data Visualization", "Data Mining", "Statistics", "Probability", "Power BI", "EDA", "Excel"],
"Fullstack & Other": ["Django", "React", "FastAPI", "Streamlit", "HTML", "CSS", "JavaScript", "Java", "C", "LaTeX"]
}
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
if __name__ == "__main__":
me = SoftwareEngineer()
me.say_hi()
- [email protected]
- @AmineRaouane on linkedin