Spaces:
No application file
No application file
Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,13 @@ colorFrom: indigo
|
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
pinned: false
|
|
|
8 |
---
|
9 |
|
10 |
A blueprint for AI development, focusing on applied examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs. It is a more practical approach that strives to show the application of some of the theoretical learnings from [the smol-course](https://github.com/huggingface/smol-course) as an end2end real-world problem.
|
11 |
|
12 |
> π Web apps and microservices included!
|
13 |
>
|
14 |
-
> Each notebook will show how to deploy your AI as a [webapp on Hugging Face Spaces with Gradio](https://huggingface.co/docs/hub/en/spaces-sdks-gradio), which you can directly use as microservices through [the Gradio Python Client](https://www.gradio.app/guides/getting-started-with-the-python-client). All the code and demos can be used in a private or public setting.
|
15 |
|
16 |
-
[Code on GitHub](https://github.com/huggingface/smol-blueprint)
|
|
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
pinned: false
|
8 |
+
license: apache-2.0
|
9 |
---
|
10 |
|
11 |
A blueprint for AI development, focusing on applied examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs. It is a more practical approach that strives to show the application of some of the theoretical learnings from [the smol-course](https://github.com/huggingface/smol-course) as an end2end real-world problem.
|
12 |
|
13 |
> π Web apps and microservices included!
|
14 |
>
|
15 |
+
> Each notebook will show how to deploy your AI as a [webapp on Hugging Face Spaces with Gradio](https://huggingface.co/docs/hub/en/spaces-sdks-gradio), which you can directly use as microservices through [the Gradio Python Client](https://www.gradio.app/guides/getting-started-with-the-python-client). All the code and demos can be used in a private or public setting.
|
16 |
|
17 |
+
[Code on GitHub](https://github.com/huggingface/smol-blueprint)
|