AI Integration01
Multi-Agent AutoML Team
A multi-agent system where specialized LLM agents collaborate to automate the end-to-end machine learning workflow, from problem framing to model selection.
PythonLLM AgentsAutoMLMulti-Agent
- Coordinated agents for data prep, modeling, and evaluation
- Automated ML pipeline orchestration end to end
- Agent collaboration for autonomous decision making
GitHub
Machine Learning02
Code Plagiarism Detection Experiment
An experimental study on detecting source code plagiarism using similarity analysis and machine learning techniques.
PythonMLCode SimilarityNLP
- Feature extraction and similarity scoring for code samples
- Experimental evaluation of plagiarism detection approaches
- Analysis of model performance across code datasets
GitHub
Machine Learning03
Image Captioning with Deep Learning
An end-to-end visual storytelling system that translates image content into natural language descriptions using a custom CNN-RNN pipeline.
PythonTensorFlow / KerasCNNLSTMNLP
- Custom visual feature extraction and sequence generation pipeline
- CNN-RNN encoder-decoder modeling for image-to-text generation
- Built and trained as a full end-to-end deep learning system
GitHub
Machine Learning04
Georgian Word Spellchecker
A Georgian word-level spellchecker built with a seq2seq encoder-decoder model for a low-resource NLP setting.
PythonTensorFlow / KerasSeq2SeqNLP
- Synthetic dataset generation and preprocessing from scratch
- Automatic word-level correction for Georgian text
- Custom inference workflow for a low-resource language task
Kaggle
Machine Learning05
Multi-Task Neural Network
A custom multi-headed neural network in PyTorch for simultaneous regression and classification on tabular data.
PythonPyTorchMulti-Task LearningTabular Data
- Custom shared representation with task-specific heads
- Joint regression and classification training
- Measured efficiency gains over single-task baselines
AI Integration06
AI-Integrated CV Maker
An AI-powered CV system that generates tailored resumes from user profiles and role requirements, from prompt design to final formatting.
PythonNLPStreamlitOpenAI / Gemini API
- Job-specific CV tailoring using prompt workflows
- Automatic structuring and formatting of resume content
- Export-ready output for professional applications
View Live App
AI Integration07
AI Audio Pipeline
An automated pipeline for processing and analyzing audio data using AI-based techniques.
PythonAudio ProcessingAI / ML
GitHub