Top Left Top Right Bottom Left Bottom Right

AI Project Portfolio

This page contains links to all my AI project works.
The code for this webpage was created with the help of ChatGPT, and the project cover images were generated using ChatGPT and Canva AI.

To view a summary of each project, click the individual arrow icons.

Tools used in this website and projects: Python, Streamlit, LangGraph, Ollama Mistral Model, ChatGPT, and Canva AI.

Project 1

This is a simple AI agent. This is kind of just like a chatbot that has access to some tools. And make a math calculation by give this agent access to a calculator. With this I learned how to give agents access to various tools.

Project 2

This is an AI resume analyzer. This allows us to upload a resume using a streamlit user interface So when upload one. then we can press analyze. It will actually read in the PDF, pass it to an LLM, and then it will give us some response and provide recommendations.

Project 3

This an AI image classifier which allows you to upload any image that you want and then you can press on classify image and it goes here and tells you the classification in % format chance. And works for any image as long as the model has seen something like this before, it should be able to give a somewhat accurate classification.

Project 4

This is a Digital Note offline app, with the HTML, CSS, and JavaScript code generated with the help of ChatGPT.

Project 5

This is an automation data transfer app, with code generated with the help of ChatGPT. The app takes structured data from an MS Word file, compares it with two text file lists, and outputs the processed data into a new Excel table.