From 1acd173141933c76643a834c0a7078b4b3101ef3 Mon Sep 17 00:00:00 2001 From: Navaneeth Malingan Date: Mon, 6 Mar 2023 22:03:40 +0530 Subject: [PATCH] pyexpo 2023 --- talks/PyExpo2023.md | 92 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 talks/PyExpo2023.md diff --git a/talks/PyExpo2023.md b/talks/PyExpo2023.md new file mode 100644 index 0000000..1b0d35e --- /dev/null +++ b/talks/PyExpo2023.md @@ -0,0 +1,92 @@ +# PyExpo 2023 Master Class on AI + +### _By Navaneeth Malingan_ + + + Instagram + + + + LinkdeIN + +
+ +## Artificial Intelligence + +- Computer Vision + - Image Classification + - Object Detection + - Activity Recognition + - Text2Image (Image Generation) + - Image2Text (Image Captioning) + - OCR (Optical Character Recognition) + +- Natural Language Processing + - Voice2Text + - Text2Voice + - Language Translation + - Text Sentiment Analysis + - Text Auto Correct + - Text Generation - Auto Complete + - Sentence Similarity + + + +## [Teachable Machine](https://teachablemachine.withgoogle.com/) +_Train a computer to recognize your own images, sounds, & poses. +A fast, easy way to create machine learning models for your sites, apps, and more – no expertise or coding required._ + +[Sorting Marshmallows with AI: Using Coral + Teachable Machine](https://www.youtube.com/watch?v=ydzJPeeMiMI) + +## [Edge Impulse](https://www.edgeimpulse.com/) +_Edge Impulse is the leading development platform for machine learning on edge devices, free for developers and trusted by enterprises._ + + + +Check out hereπŸ‘‡for example projects + + + +## [Huggingface](https://huggingface.co/) + +### Table Question Answering + +_TAPAS, the model learns an inner representation of the English language used in tables and associated texts, which can then be used to extract features useful for downstream tasks such as answering questions about a table, or determining whether a sentence is entailed or refuted by the contents of a table._ + + + + + +#### Movie Dataset Question & Answering πŸ‘‡ + +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1JQrQblgQ4WFqRGe1MTqu_LekP0A7u_Qd?usp=sharing) + +#### Voice2Text Notebook πŸ‘‡ + +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1J2f5Fpbhmn7Pon3HRcgZaG-18hy2lPMQ?usp=sharing) + +### Stable Diffusion for Image Generation + +Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input. + + + + +#### Image Generation Notebook πŸ‘‡ + +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/117MVG3hWRmPcIHGwKbmekL3WnpvzAM6k?usp=sharing) + +### Image Captioning + + + +## [Roboflow](https://roboflow.com/) + +### Python Webcam Inference Examples + + + +[Using Your Webcam with Roboflow Models](https://blog.roboflow.com/python-webcam/) + + +