davidberenstein1957 HF staff commited on
Commit
6e40a51
Β·
verified Β·
1 Parent(s): 2845242

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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. [Deployed on the Hub!](https://huggingface.co/smol-blueprint)
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)