Skip to content
View noecrn's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report noecrn

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
noecrn/README.md

Hi there, I'm Noé Cornu! 👋

Engineering Student (ING1) @ EPITA | Embedded Systems & Data Science

🚀 My Goal: Bridging the gap between hardware constraints and data intelligence. I build end-to-end systems—from designing the PCB and writing the firmware to training the algorithms that make sense of the data.


👨‍💻 About Me

  • 🎓 Current: 3rd Year Engineering Student (ING1) in Computer Science at EPITA (Strasbourg).
  • 🌏 Global View: Recently completed an academic exchange at ITS Indonesia, focusing on Data Science application in diverse environments.
  • 🔭 Focus: I am looking for an Internship (starting September 2026) in Embedded Software or Data Engineering (Marine/Defense sectors).
  • Core Competency: I don't just write code; I understand the physical system behind it.

🛠️ Technical Stack

Languages C C++ Python Java SQL Assembly

Embedded & Hardware ESP32 EasyEDA Firmware

Data Science & AI Pandas XGBoost CoreML

Tools & Systems Linux Git PostgreSQL React Firebase


🏆 Featured Projects

Project Tech Stack Description
IoT Biometric Tracker C++ Swift PCB Full-stack wearable: Custom PCB, ESP32 firmware, and iOS app with on-device ML inference.
C-OCR Engine C Algorithms CNN High-performance Optical Character Recognition engine built from scratch (no external AI libs).
NLP Pipeline Python Scikit-learn Modular sentiment analysis pipeline using Ensemble Voting (RF + SVM + LR).

🚀 Academic System Programming (EPITA ING1)

Intensive C/Unix projects developed during the engineering cycle (Source code private).

Project Description Key Skills
42sh POSIX-compliant Shell implementation from scratch. Process Management Parsing AST
Malloc Re-implementation of the standard C memory allocator. Memory Management Algorithms Thread Safety
HTTPd High-performance HTTP/1.1 Web Server. Networking Concurrency Sockets

⏳ Coding Time

wakatime

Pinned Loading

  1. C-Optical-Character-Recognition C-Optical-Character-Recognition Public

    High-performance OCR engine in C capable of solving word puzzles from images using neural networks and image processing.

    C

  2. IoT-Biometric-Sleep-Tracker IoT-Biometric-Sleep-Tracker Public

    End-to-end IoT Sleep Tracker: Custom PCB, ESP32 Firmware, and iOS App with ML-based sleep analysis.

    Jupyter Notebook

  3. IELTS-Score-Predictor-ML IELTS-Score-Predictor-ML Public

    Automated IELTS scoring pipeline using a Multi-Output Random Forest regressor and TF-IDF vectorization to predict 4 rubric categories simultaneously.

    Python

  4. NLP-Sentiment-Analysis-Pipeline NLP-Sentiment-Analysis-Pipeline Public

    An end-to-end NLP pipeline for binary sentiment classification. Features an Ensemble Voting Classifier (Logistic Regression, Random Forest, SVM) and optimized TF-IDF N-gram vectorization.

    Jupyter Notebook

  5. nodejs-todo-api nodejs-todo-api Public

    A robust RESTful API for a Todo List application built with Node.js, Express, and MySQL. Features JWT authentication, bcrypt password hashing, and complete CRUD operations for users and tasks.

    PHP