awacke1 commited on
Commit
cbe1f2c
Β·
1 Parent(s): 3930e97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -9,17 +9,27 @@ pinned: false
9
 
10
  ## AI Zero to Hero - Classroom Learning Examples
11
 
12
- URL | Example
13
- ----|----
14
  1) https://huggingface.co/spaces/awacke1/Art-from-Text-and-Images - Gradio demo that git clones diffusion image model and performs image generation from text prompt with optional input image.
 
15
  2) https://huggingface.co/spaces/awacke1/Sentence2Paragraph - Gradio three model transformers NLP demo generating paragraphs from input sentences using GPT2, GPT-NEO-2.7B, GPT-J-6B large language models
 
16
  3) https://huggingface.co/spaces/awacke1/Image-Search-Similar - Streamlit transformers CLIP demo with embeddings for image semantic search
 
17
  4) https://huggingface.co/spaces/awacke1/Image2OCR - Gradio Image to Optical Character Recognition (OCR) for multiple languages including Chinese, German, Spanish, English, Japanese, Hindi, and Russian
 
18
  5) https://huggingface.co/spaces/awacke1/Streamlit-ASR-Video - Streamlit Real time Automatic Speech Recognition (ASR) from YouTube using Torch, AutoModel and Wav2Vec2
 
19
  6) https://huggingface.co/spaces/awacke1/ZoomClipToon - Gradio ONNX image synthesis model demonstration of image input to cartoon image output
 
20
  7) https://huggingface.co/spaces/awacke1/AI-Quantum - Streamlit Quantum AI example using qiskit, grok, qcengine, quantum gate playground, and quirk circuit demonstrating UI sidebar, multiple page and HTML5
 
21
  8) https://huggingface.co/spaces/awacke1/AIDocumentUnderstandingOCR - AI Layout MV2 Processor for document understanding, token classification and image understanding with pytessarct and detectron2
 
22
  9) https://huggingface.co/spaces/awacke1/TTS-STT-Blocks - Gradio Blocks AI Voice Recognition and Response system with sentiment, understanding sentiment from text and generation of realistic output speech to clarify pronunciation and generate audio that is pleasing to interact with. AI pipeline allows workflow of Recognize Speech, Classify Sentiment, Save Speech to Text (Personalization), Retrieve Crowdsourced requests and responses, and TTS model variation choices so you can compare performance of multiple models across the 5 AI tasks in the workflow for Speech to Text (STT) and Text to Speech (TTS).
 
23
  10) https://huggingface.co/spaces/awacke1/GradioBlocksDemo-Transformers - AI Text Transformation for automated copy writing based on prompt engineering using GPT2, GPT-NEO-2.7B, GPT-J-6B large language models
24
- 11) https://huggingface.co/spaces/awacke1/SentenceToGeneratedVideo - Gradio AI Video Generator which obtains semantic search results of image examples and composes a short form video (7 seconds) [![Gradio AI Video Generator which obtains semantic search results of image examples and composes a short form video]({Lighthouse on the ocean landscape oil painting.png})]({Lighthouse on the ocean landscape oil painting.mp4} "Gradio AI Video Generator")
 
 
 
25
 
 
9
 
10
  ## AI Zero to Hero - Classroom Learning Examples
11
 
 
 
12
  1) https://huggingface.co/spaces/awacke1/Art-from-Text-and-Images - Gradio demo that git clones diffusion image model and performs image generation from text prompt with optional input image.
13
+
14
  2) https://huggingface.co/spaces/awacke1/Sentence2Paragraph - Gradio three model transformers NLP demo generating paragraphs from input sentences using GPT2, GPT-NEO-2.7B, GPT-J-6B large language models
15
+
16
  3) https://huggingface.co/spaces/awacke1/Image-Search-Similar - Streamlit transformers CLIP demo with embeddings for image semantic search
17
+
18
  4) https://huggingface.co/spaces/awacke1/Image2OCR - Gradio Image to Optical Character Recognition (OCR) for multiple languages including Chinese, German, Spanish, English, Japanese, Hindi, and Russian
19
+
20
  5) https://huggingface.co/spaces/awacke1/Streamlit-ASR-Video - Streamlit Real time Automatic Speech Recognition (ASR) from YouTube using Torch, AutoModel and Wav2Vec2
21
+
22
  6) https://huggingface.co/spaces/awacke1/ZoomClipToon - Gradio ONNX image synthesis model demonstration of image input to cartoon image output
23
+
24
  7) https://huggingface.co/spaces/awacke1/AI-Quantum - Streamlit Quantum AI example using qiskit, grok, qcengine, quantum gate playground, and quirk circuit demonstrating UI sidebar, multiple page and HTML5
25
+
26
  8) https://huggingface.co/spaces/awacke1/AIDocumentUnderstandingOCR - AI Layout MV2 Processor for document understanding, token classification and image understanding with pytessarct and detectron2
27
+
28
  9) https://huggingface.co/spaces/awacke1/TTS-STT-Blocks - Gradio Blocks AI Voice Recognition and Response system with sentiment, understanding sentiment from text and generation of realistic output speech to clarify pronunciation and generate audio that is pleasing to interact with. AI pipeline allows workflow of Recognize Speech, Classify Sentiment, Save Speech to Text (Personalization), Retrieve Crowdsourced requests and responses, and TTS model variation choices so you can compare performance of multiple models across the 5 AI tasks in the workflow for Speech to Text (STT) and Text to Speech (TTS).
29
+
30
  10) https://huggingface.co/spaces/awacke1/GradioBlocksDemo-Transformers - AI Text Transformation for automated copy writing based on prompt engineering using GPT2, GPT-NEO-2.7B, GPT-J-6B large language models
31
+
32
+ 11) https://huggingface.co/spaces/awacke1/SentenceToGeneratedVideo - Gradio AI Video Generator which obtains semantic search results of image examples and composes a short form video (7 seconds)
33
+
34
+ [![Gradio AI Video Generator which obtains semantic search results of image examples and composes a short form video]({Lighthouse on the ocean landscape oil painting.png})]({Lighthouse on the ocean landscape oil painting.mp4} "Gradio AI Video Generator")
35