
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.

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.

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.