Skip to content
View YassineOUAHMANE's full-sized avatar

Highlights

  • Pro

Block or report YassineOUAHMANE

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
YassineOUAHMANE/Readme.md

"We're moving from a world where we have to understand computers to a world where we'll have to make computers understand us." โ€“ Steve Jobs.

๐Ÿ˜„ About Me:

Typing animation

  • ๐ŸŽ“ Recently moved to France to undertake a double degree program at ENSIMAG.
  • ๐ŸŽ“ Currently pursuing a degree in Data Engineering at Morocco's National Institute of Posts and Telecommunications.
  • ๐Ÿง  Working on projects in the realms of Data Science and Artificial Intelligence.
  • ๐Ÿ“ Regularly writing articles using LaTeX.
  • โœ๏ธ Passionate about competitive programming and problem-solving.

๐Ÿ’ผ Work Experience:

  • Software Engineer at Air Liquide, Grenoble, France (6 months)
  • Data Engineer at Centrale Danone, Rabat, Morocco (2 months)
  • Data Engineer at 2Peerfect, Rabat, Morocco (2 months)
  • Data Analyst at Mentorness, Remote, India (5 months)

๐Ÿ“Š Languages and Tools:

๐Ÿค– Generative AI & Agentic Workflows (LLMOps)

โš™๏ธ Data Engineering, Backend & BI


๐Ÿ… Certifications

  • AWS Cloud Practitioner AWS Certified Cloud Practitioner
  • AWS Data Engineer AWS Certified Data Engineer โ€“ Associate

๐ŸŒŸ Top 4 Repositories

1. DistribuFlow-Real-Time ๐Ÿ›ก๏ธ

Real-time cyber attack detection system using a cloud-native streaming architecture. Built with Kafka for ingestion, Spark for aggregation, and Machine Learning for classification. Fully orchestrated on Kubernetes with Prometheus/Grafana monitoring.

2. RecruitAI ๐Ÿค–

An Intelligent HR Assistant that automates candidate screening. It leverages LangGraph for multi-agent orchestration, Mistral AI for extraction, and Qdrant vector database for high-performance RAG (Retrieval-Augmented Generation).

3. Distributed-Make โš™๏ธ

A distributed systems laboratory project focused on performance benchmarking. Evaluates network latency and throughput using PingPong and WordCount workloads across Grid5000 clusters.

4. Stock Sentiment Analysis ๐Ÿ“ˆ

A financial intelligence dashboard built with Streamlit. It performs NLP sentiment analysis on live financial news to provide a correlation between media trends and real-time stock market movements.


๐Ÿ™Œ Connect with Me:

Let's make something innovative together!

Pinned Loading

  1. Stock-Sentiment-Analysis-Dashboard Stock-Sentiment-Analysis-Dashboard Public

    This project is a Streamlit-based web application that fetches the latest financial news and stock market data to help users make informed investment decisions.

    Jupyter Notebook 1 1

  2. SQL-Data-Warehouse SQL-Data-Warehouse Public

    This project is about building a SQL data warehouse using layered architecture (Bronze, Silver, Gold), data modeling techniques, and analytical queries to transform raw data into actionable insights.

    TSQL 1

  3. Uber_Data_Analysis Uber_Data_Analysis Public

    This project analyzes Uber ride data using a dimensional modeling approach, organizing information into fact and dimension tables to improve clarity, performance, and analytical capabilities. The gโ€ฆ

    Jupyter Notebook 4

  4. DistribuFlow-Real-Time DistribuFlow-Real-Time Public

    A cloud-native streaming system that ingests live network data into a Kafka cluster, aggregates it with Spark, and uses a machine-learning model to classify cyber attacks in real time. Deployed on โ€ฆ

    Jupyter Notebook 1

  5. RecruitAI RecruitAI Public

    RecruitIA is an intelligent recruitment assistant that analyzes your company's CV database and instantly identifies the best candidate profiles based on your job requirements. With a simple prompt,โ€ฆ

    Python 1

  6. Distributed-Make Distributed-Make Public

    Distributed system tests for PingPong on Grid5000 and WordCount workloads, measuring network performance and handling edge cases.

    Java