Interactive Agricultural Parcels Explorer with LLM

Co-developing a web app to navigate/extract data from French agricultural parcels and integrated an LLM text-to-SQL assistant for natural language querying and visualization.

LLMPYSQLGEOPANDAS
Water Quality Clustering and Spatial Interpretation

Analyzed water quality data to answer questions about water quality and spatial patterns: engineered temporal features, ran K-Means, validated clusters with I2M2, and mapped spatial patterns with CORINE land cover.

PYMLGEOPANDAS
Stock Market Forecasting using LSTM and Transformers

Built 5-year equity datasets, trained global and per-stock deep learning models, and benchmarked architectures to highlight the Transformer as the most accurate.

PYDEEP LEARNINGTIME SERIES
Battery Health Prediction using ML Models

Estimated battery State of Health from MIT telemetry, comparing recurrent networks, ensemble methods, and regression models for accuracy and interpretability.

PYMLRNN
Crop Type Classification from Satellite Series

Labeled agricultural plots by fusing monthly satellite imagery, evaluating multiple deep learning classifiers and ensembles for seasonal robustness.

PYDEEP LEARNINGREMOTE SENSING
Circular Codes Analyzer Web Application

Implemented a Flask UI to analyse circular codes, generate directed graphs, and surface strong comma-free code families for bioinformatics research.

PYWEBGRAPHBIOINFORMATICSFLASK
URL Shortener Platform with Analytics

Created a Node.js platform for generating short links, storing usage in MongoDB, and monitoring redirection metrics via a custom dashboard.

NODEJSWEBMONGODB
Konkr.io C++ Clone

Rebuilt the Konkr.io strategy game in C++, including procedural map generation, full combat rules, and AI opponents.

CPPGAME