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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,10 +1,16 @@
1
  ---
2
  title: README
3
- emoji: 😻
4
- colorFrom: purple
5
  colorTo: blue
6
- sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: πŸ“‰
4
+ 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)