awacke1 commited on
Commit
bcad3a2
Β·
1 Parent(s): 70de4be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -35
README.md CHANGED
@@ -9,38 +9,28 @@ pinned: false
9
 
10
  ## AI Zero to Hero - Classroom Learning Examples
11
 
12
- 1) https://huggingface.co/spaces/awacke1/Art-from-Text-and-Images
13
- Gradio demo that git clones diffusion image model and performs image generation from text prompt with optional input image.
14
-
15
- 2) https://huggingface.co/spaces/awacke1/Sentence2Paragraph
16
- Gradio three model transformers NLP demo generating paragraphs from input sentences using GPT2, GPT-NEO-2.7B, GPT-J-6B large language models
17
-
18
- 3) https://huggingface.co/spaces/awacke1/Image-Search-Similar
19
- Streamlit transformers CLIP demo with embeddings for image semantic search
20
-
21
- 4) https://huggingface.co/spaces/awacke1/Image2OCR
22
- Gradio Image to Optical Character Recognition (OCR) for multiple languages including Chinese, German, Spanish, English, Japanese, Hindi, and Russian
23
-
24
- 5) https://huggingface.co/spaces/awacke1/Streamlit-ASR-Video
25
- Streamlit Real time Automatic Speech Recognition (ASR) from YouTube using Torch, AutoModel and Wav2Vec2
26
-
27
- -- Break --
28
-
29
- 6) https://huggingface.co/spaces/awacke1/ZoomClipToon
30
- Gradio ONNX image synthesis model demonstration of image input to cartoon image output
31
-
32
- 7) https://huggingface.co/spaces/awacke1/AI-Quantum
33
- Streamlit Quantum AI example using qiskit, grok, qcengine, quantum gate playground, and quirk circuit demonstrating UI sidebar, multiple page and HTML5
34
-
35
- 8) https://huggingface.co/spaces/awacke1/AIDocumentUnderstandingOCR
36
- AI Layout MV2 Processor for document understanding, token classification and image understanding with pytessarct and detectron2
37
-
38
- 9) https://huggingface.co/spaces/awacke1/TTS-STT-Blocks
39
- 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).
40
-
41
- 10) https://huggingface.co/spaces/awacke1/GradioBlocksDemo-Transformers
42
- AI Text Transformation for automated copy writing based on prompt engineering using GPT2, GPT-NEO-2.7B, GPT-J-6B large language models
43
-
44
- 11) https://huggingface.co/spaces/awacke1/SentenceToGeneratedVideo
45
- Gradio AI Video Generator which obtains semantic search results of image examples and composes a short form video (7 seconds)
46
- [![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") Output example: Lighthouse on the ocean landscape oil painting.mp4
 
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|
15
+ |Gradio demo that git clones diffusion image model and performs image generation from text prompt with optional input image.
16
+ 2) https://huggingface.co/spaces/awacke1/Sentence2Paragraph|
17
+ |Gradio three model transformers NLP demo generating paragraphs from input sentences using GPT2, GPT-NEO-2.7B, GPT-J-6B large language models
18
+ 3) https://huggingface.co/spaces/awacke1/Image-Search-Similar|
19
+ |Streamlit transformers CLIP demo with embeddings for image semantic search
20
+ 4) https://huggingface.co/spaces/awacke1/Image2OCR|
21
+ |Gradio Image to Optical Character Recognition (OCR) for multiple languages including Chinese, German, Spanish, English, Japanese, Hindi, and Russian
22
+ 5) https://huggingface.co/spaces/awacke1/Streamlit-ASR-Video|
23
+ |Streamlit Real time Automatic Speech Recognition (ASR) from YouTube using Torch, AutoModel and Wav2Vec2
24
+ 6) https://huggingface.co/spaces/awacke1/ZoomClipToon|
25
+ |Gradio ONNX image synthesis model demonstration of image input to cartoon image output
26
+ 7) https://huggingface.co/spaces/awacke1/AI-Quantum|
27
+ |Streamlit Quantum AI example using qiskit, grok, qcengine, quantum gate playground, and quirk circuit demonstrating UI sidebar, multiple page and HTML5
28
+ 8) https://huggingface.co/spaces/awacke1/AIDocumentUnderstandingOCR|
29
+ |AI Layout MV2 Processor for document understanding, token classification and image understanding with pytessarct and detectron2
30
+ 9) https://huggingface.co/spaces/awacke1/TTS-STT-Blocks|
31
+ |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).
32
+ 10) https://huggingface.co/spaces/awacke1/GradioBlocksDemo-Transformers|
33
+ |AI Text Transformation for automated copy writing based on prompt engineering using GPT2, GPT-NEO-2.7B, GPT-J-6B large language models
34
+ 11) https://huggingface.co/spaces/awacke1/SentenceToGeneratedVideo|
35
+ |Gradio AI Video Generator which obtains semantic search results of image examples and composes a short form video (7 seconds)
36
+ [![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")