Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -9,20 +9,13 @@ pinned: false
|
|
9 |
|
10 |
|
11 |
<div>
|
12 |
-
<p class="lg:col-span-2"> **Intent/Outcome of the Classroom:** The intent of this
|
13 |
|
14 |
-
By the end of this session
|
|
|
|
|
15 |
</p>
|
16 |
-
|
17 |
-
<br />
|
18 |
-
<iframe width="560" height="315" src="https://www.youtube.com/embed/IoQsyHVFflU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
19 |
-
|
20 |
-
<video class="lg:col-span-2"
|
21 |
-
controls autoplay>
|
22 |
-
<source src="https://youtu.be/IoQsyHVFflU" type="video/mp4">
|
23 |
-
Your browser does not support the video tag.
|
24 |
-
</video>
|
25 |
-
|
26 |
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
27 |
<lottie-player src="https://assets4.lottiefiles.com/private_files/lf30_m075yjya.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop controls autoplay></lottie-player>
|
28 |
|
@@ -31,7 +24,11 @@ By the end of this session attendees will be able to easily create new AI and NL
|
|
31 |
<details class="lg:col-span-2">
|
32 |
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Pre-requisites</h3>
|
33 |
<p class="lg:col-span-2">
|
34 |
-
|
|
|
|
|
|
|
|
|
35 |
|
36 |
As a pre-requisite you will need to create an account for yourself at HuggingFace (https://huggingface.co/). Next join the classroom organization called "AINLPRoundTable".
|
37 |
|
|
|
9 |
|
10 |
|
11 |
<div>
|
12 |
+
<p class="lg:col-span-2"> **Intent/Outcome of the Classroom:** The intent of this Organization and Classroom is to enable attendees to create AI and NLP programs in record time using HF Spaces, HTML5, <a href="https://www.gradio.app">Gradio</a>, Streamlit, and Open Source.
|
13 |
|
14 |
+
By the end of this session you will be able to easily create new AI and NLP demonstration apps to host and share including user interfaces, ML model inference, user input and interaction, use of datasets to load, save, cache, transform and search.
|
15 |
+
|
16 |
+
The goal is to maximize skills with models, datasets, AI Apps, including learning to use state of art software development kits and libraries by sharing in an open source environment.
|
17 |
</p>
|
18 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
20 |
<lottie-player src="https://assets4.lottiefiles.com/private_files/lf30_m075yjya.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop controls autoplay></lottie-player>
|
21 |
|
|
|
24 |
<details class="lg:col-span-2">
|
25 |
<h3 class="my-8 lg:col-span-2" style="font-size:20px; font-weight:bold">Pre-requisites</h3>
|
26 |
<p class="lg:col-span-2">
|
27 |
+
One of the best platforms in 2022 for open source AI development and demonstration is "HuggingFace Spaces".
|
28 |
+
|
29 |
+
Spaces supports a model hub, an inference API, github and container turn key integration, and an ability to create and freely host new programs for world wide communities reducing the pain and difficulty in setting up environments for AI.
|
30 |
+
|
31 |
+
HuggingFace is an open source implementation of an AI platform which supports three main SDK's used within AI and NLP apps which are HTML5, Gradio, and Streamlit.
|
32 |
|
33 |
As a pre-requisite you will need to create an account for yourself at HuggingFace (https://huggingface.co/). Next join the classroom organization called "AINLPRoundTable".
|
34 |
|