Python
AI
LLM
Chatbot
Machine learning
ChatGPT
HuggingFace
OpenAI
Jupyter
Pinecone
LangChain
May 2025 - July 2025
During IronHack AI Engineering Bootcamp, I had to work on several projects.
For all of them I had a week to code and solve the subject.
For this project, I had to create a chatbot. I built an AI-powered React component generation service that transforms text descriptions and UI mockup images into production-ready React code using OpenAI's GPT-4 and Vision models.
Automatic detection of boilerplate requests redirects users to my custom CLI tool (@julseb-lib/julseb-cli), showcasing a complete AI-powered development ecosystem.
See the full project on Github.Click on image to visit
Project to classify images to certain categories, using CIFAR-10 dataset to train the model.
For this project, I had to work on data preprocessing, CNN architecture, optimisation techniques, transfer learning, and model evaluation.
After loading the data and plotting a matrix of 10 x 10 images, the data was preprocessed with:
Click on image to visit
A Natural Language Processing project that reads, understands, and summarizes product reviews — so you don’t have to. This AI-powered tool classifies review sentiments, groups similar opinions, and generates short summaries to save users time and help businesses make smarter decisions.
cardiffnlp/twitter-roberta-base-sentiment
– For sentiment classificationfacebook/bart-large-cnn
– For review summarizationt5-small
– Alternative summarization model for concise outputsClick on image to visit