How to stop shoplifting: ๐๐ ๐๐ ๐ช๐ฎ๐๐ฐ๐ต๐ถ๐ป๐ด (๐ฎ๐ป๐ฑ ๐๐'๐ ๐๐ฒ๐๐๐ถ๐ป๐ด ๐ฅ๐๐๐๐๐ฌ ๐๐ผ๐ผ๐ฑ) ๐๐บ๐ฎ๐ด๐ถ๐ป๐ฒ ๐๐ต๐ถ๐: You walk into a store, casually pick up an item, and… BAM! Security gets alerted because an AI spotted a suspicious movement.ย ย Sounds like
TOOLS
-

Eight Generative AI Buzzwords Explained and Simplified
By
–
8 Generative AI buzzwords explained! https://
datasciencedojo.com/blog/generativ
e-ai-use-cases-and-concepts/
โฆ #AI #MachineLearning #DeepLearning #DataScience #GenerativeAI #ChatGPT #OpenAI #OpenScience #LLM #LLMs #Python #Code #100DaysOfCode @DataScienceDojo Source @jblefevre60 -

Testing Claude’s analysis of EU elections
By
–
Try Claude This is at least what it can say about EU elections
-
How to create interactive charts using ChatGPT
By
–
Now create interactive charts without uploading data:
— God of Prompt (@godofprompt) 7 juin 2024
1. Go to https://t.co/4M8XLaa8Ih again
2. Write a prompt like this: "Create [Add chart name] for [Add the topic or keyword]"
For example:
Create a pie chart for how many people were infected with Covid19 with country order. pic.twitter.com/lpReFbnnYpNow create interactive charts without uploading data: 1. Go to http://
ChatGPT.com again
2. Write a prompt like this: "Create [Add chart name] for [Add the topic or keyword]" For example: Create a pie chart for how many people were infected with Covid19 with country order. -
How to create interactive data charts using ChatGPT
By
–
Creating interactive graphs for your data:
— God of Prompt (@godofprompt) 7 juin 2024
1. Go to https://t.co/4M8XLaa8Ih and upload your data
2. Add a prompt: "Create a [Add chart name for example "pie" etc] and show the [Add what it should show you in the chart]"
Done! pic.twitter.com/GpkXZ46RYpCreating interactive graphs for your data: 1. Go to http://
ChatGPT.com and upload your data
2. Add a prompt: "Create a [Add chart name for example "pie" etc] and show the [Add what it should show you in the chart]" Done! -
How to create interactive charts using GPT-4o
By
–
GPT-4o can create interactive charts in seconds.
— God of Prompt (@godofprompt) 7 juin 2024
But 99% of people don't know.
Here's how to transform your data in charts easily: pic.twitter.com/MBaxYv07wvGPT-4o can create interactive charts in seconds. But 99% of people don't know. Here's how to transform your data in charts easily:
-
Building Gemini Flash Chatbot with Image Upload and History
By
–
7. Generate Response and Display โข If a prompt is entered, add the user message to the chat history and display it
โข If an image is uploaded, add it to the inputs list
โข Generate a response using the Gemini Flash
โข Display the assistant response in the chat message container -
Building Chat History and Input Area with Streamlit
By
–
6. Display Chat History and User Input Area โข Create a container for the chat history using 'st.container()'
โข Display the chat history using '
http://
st.chat_message()' and 'st.markdown()'
โข Create a user input area using '
http://
st.chat_input()' -
Initialize Chat History and Sidebar for Image Upload in Streamlit
By
–
5. Initialize Chat History and Sidebar for Image Upload โข Initialize the chat history using Streamlit's session state
โข Create sidebar for image upload using 'st.sidebar'
โข Allow users to upload image using 'st.file_uploader()'
โข Display the uploaded image using 'st.image()'
