Skip to content
View alexdjulin's full-sized avatar

Block or report alexdjulin

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
alexdjulin/README.md

Welcome to my GitHub profile!

  • 👋 Howdy, I’m Alexandre!
  • 🤖 I’m passionate about Generative AI, Machine Learning and Software Development.
  • 💻 I’m currently looking for a job in Berlin (Germany) or remote.
  • 💞️ I’m open to collaborate on any kind of projects.
  • 🏃🏻 In my spare time, I like trail running, cooking and playing the blues harmonica.
  • 📫 How to reach me: GitHub - EMail - LinkedIn - DEV blog

Take a look at the projects I am mostly proud of:

Chatbots

  1. AI Librarian - Meet Alice, your personal AI Librarian.
    Alice is a robust conversational chatbot created to answer user queries about books and litterature in general, search a vector database, fetch book information from Wikipedia, and retrieve transcripts of book reviews from YouTube. But beware, she tends to talk a lot if you mention 19th century gothic romanticism so you better plan an full afternoon session with her ;)

  2. Movie Advisor - Movie night? Here are some ideas!
    Chat with a virtual AI chatbot and get movie recommendations based on your watch history and preferences. This project implements a RAG system based on Langchain, Xata Postgresql and The Move DB.

  3. Virtual AI Avatar - Can't beat a chat with yourself.
    A high-realistic virtual clone of my face and voice, driven by GPT3 and rendered in the Unreal Engine, showing advanced lipsync and facial animation.

Machine Learning Models

  1. CNN Image Classifier - Small dataset, no problem!
    A CNN classifier based on fine-tuned ResNet50 scoring 95% validation accuracy on CIFAR10.

  2. Robo Reviews - Combine models and automate tasks.
    A genuine implementation of 3 ML models from HuggingFace: a clusterer, a sentiment analyser and a summarizer (based on fine-tuned Mistral) to automate product descriptions based on a dataset of reviews.

  3. Intent Classifier for Customer Service - Assist your customers, fast and efficiently
    This project implements a zero- or few-shot intent classifier based on a fine-tuned GPT3 model, that can be used to provide inferencing service via an HTTP Service.

  4. Spotify Playlist Generator - Out of ideas? Create playlists from a prompt
    This project implements a command-line Spotify playlist generator, based on an input prompt.

Computer Vision

  1. Bike Helmet Detection - Be safe out there, wear a helmet!
    A urban safety computer vision project. I fine-tuned YoloV8 to detect cyclists wearing helmets or not to increase awareness and reduce casualties.

  2. Rock Paper Scissors - Never lose again!
    I created my own dataset, trained a CNN from scratch and made a computer vision app to recognize these 3 hand gestures in real-time. You can't play though, I know, how disapointing!

Pinned Loading

  1. virtual-ai-avatar virtual-ai-avatar Public

    A virtual avatar of myself to discuss with, based on OpenAI and Unreal Metahuman

    Python 10 5

  2. movie-advisor movie-advisor Public

    Chat with an AI movie advisor and get recommendations based on your preferences.

    Jupyter Notebook 1

  3. BikeHelmetDetection BikeHelmetDetection Public

    Configure and fine-tune YOLO models to detect cyclists with or without a helmet.

    Jupyter Notebook

  4. ik-image-classification-with-cnn ik-image-classification-with-cnn Public

    Build a Convolutional Neural Network (CNN) model to classify images from a given dataset into predefined categories/classes.

    Jupyter Notebook

  5. ik-multimodal-ai-librarian ik-multimodal-ai-librarian Public

    Alice is a conversational AI librarian designed to answer book-related queries, fetch information from various sources, and provide a rich, interactive user experience through its advanced language…

    Jupyter Notebook

  6. ik-robo-reviews-generator ik-robo-reviews-generator Public

    Robo Reviews is a tool that analyzes and summarizes product reviews using AI models for sentiment analysis, clustering, and text generation, providing insights into key pros and cons of products.

    Jupyter Notebook