fwe
Browse files
README.md
CHANGED
@@ -1,47 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
### Steps to Run:
|
11 |
-
|
12 |
-
1. Create a Python 3.11 environment
|
13 |
-
2. `pip install jupyter` so you can run the notebook
|
14 |
-
|
15 |
-
# Build ποΈ
|
16 |
-
Build a Chainlit App that uses this code.
|
17 |
-
|
18 |
-
# Ship π’
|
19 |
-
- Deploy your Chainlit App to Hugging Face
|
20 |
-
- Make a simple diagram of the RAQA process
|
21 |
-
|
22 |
-
# Share π
|
23 |
-
- Show your App in a loom video and explain the diagram
|
24 |
-
- Make a social media post about your final application and tag @AIMakerspace
|
25 |
-
- Share 3 lessons learned
|
26 |
-
- Share 3 lessons not learned
|
27 |
-
|
28 |
-
Here's a template to get your post started!
|
29 |
-
|
30 |
-
```
|
31 |
-
π Exciting News! π
|
32 |
-
|
33 |
-
I just built and shipped my very first Retrieval Augmented Generation QA Application using Chainlit and the OpenAI API! π€πΌ
|
34 |
-
|
35 |
-
π Three Key Takeaways:
|
36 |
-
1οΈβ£ The power of combining traditional search methods with state-of-the-art generative models is mind-blowing. π§ β¨
|
37 |
-
2οΈβ£ Collaboration and leveraging community resources like AI Makerspace can greatly accelerate the learning curve. π±π
|
38 |
-
3οΈβ£ Dive deep, keep iterating, and never stop learning. Each project brings a new set of challenges and equally rewarding lessons. ππ
|
39 |
-
|
40 |
-
A huge shoutout to the @AI Makerspace for their invaluable resources and guidance. π
|
41 |
-
|
42 |
-
Looking forward to more AI-driven adventures! π Feel free to connect if you'd like to chat more about it! π€
|
43 |
-
|
44 |
-
#OpenAI #Chainlit #AIPowered #Innovation #TechJourney
|
45 |
```
|
46 |
|
47 |
|
|
|
1 |
+
title: {{title}}
|
2 |
+
emoji: {{emoji}}
|
3 |
+
colorFrom: {{colorFrom}}
|
4 |
+
colorTo: {{colorTo}}
|
5 |
+
sdk: {{sdk}}
|
6 |
+
sdk_version: {{sdkVersion}}
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
```
|
10 |
|
11 |
|