Category: AI
-
Chatbot trained on a machine learning tutorial article. Uses Vertex AI.
This chatbot is built using Vertex AI Agent Builder on Google Cloud. I uploaded a publicly available machine learning tutorial pdf, and let the agent builder take care of the rest. LOOK FOR THE ICON ON THE BOTTOM RIGHT, AND CLICK IT TO WAKE UP THE BOT !! Ask questions about machine learning!
-
Chatbot that can answer questions about the “fair lending policy”.
This chatbot, Sheila, can answer any questions related to the policy. Source of policy document: https://www.fdic.gov/resources/supervision-and-examinations/consumer-compliance-examination-manual/documents/4/iv-1-1.pdf. You can type in or use your microphone to ask your question such as “what is fair lending?”. Sheila, the chatbot, shows up on the bottom right…Please click once and the chatbot will pop up into a bigger screen.
-
Word Embeddings
Word embeddings are a numeric representation of a word in a multi-dimensional vector space. They have captured the semantic relationship with all other words in the vocabulary.
-
Build an app to take photos and answer questions about them!
Build a streamlit app that can take a picture and ask a multimodal large language model a question about it. Then, deploy the streamlit app to Heroku, so that you can share it with others. Finally, learn how to display this app on your iphone’s home screen.
-
GPT3.5-Turbo, Gemini-Pro, and GPT4-Turbo
In this video, I compare GPT3.5-Turbo, Gemini-Pro, and GPT4-Turbo on three different tasks. These are 3 of the best large language models available. So far, Gemini-Pro can be accessed via an API for free; however, GPT models will cost a little bit. After comparing these models, I will show you another app I have that…