About Me

I am Antoine Azar an MS student specializing in Big Data and AI at EPITECH. Lately, I have been diving into computer vision and exploring how it can solve real world problems. In parallel, I am building a recommendation-system for a startup called Booklink, which has been an exciting hands-on experience.
Projects
Token Classification

We were asked to develop a solution for extracting the departure and arrival locations from a given text. Then, using this information and a train stations dataset, find the shortest path.
• Corpus generation and cleaning
• Text preprocessing techniques (Tokenization, Stemming, POS Tagging etc...)
• Named Entity Recognition using probabilistic (HMM), sequential (LSTM, BiLSTM) and deep learning models (CamemBERT)
• Shortest Path Algorithm (Dijkstra, A*)
Medical Image Classification


The goal of the project was to classify torso X-ray images that have Pneumonia. The topics covered were :
• Image Processing Techniques (Edge Detection, Image Segmentation, Mask Generation etc...)
• Dimensionality Reduction using PCA
• Image Classification using various statistical and deep learning models
NeuralNet


My attempt on creating a Neural Network library in C++ that supports customization similar to keras.
Connect (Puissance) 4 Terminal
NFT Project Ranker




I implemented an algorithm that calculates the rarity score of an NFT in a certain Collection based on the probability of recurrence of its trait. Then the program ranks the NFTs in the collection and stores them in the Database. The user could check the rarity and rank through the discord bot made just for the project.