Spaces:
Sleeping
Sleeping
Abid Ali Awan
commited on
Commit
•
6203bac
1
Parent(s):
55ff025
Update README.md
Browse files
README.md
CHANGED
@@ -10,5 +10,11 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
description: Real-time AI App with Groq API and LangChain
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
10 |
license: apache-2.0
|
11 |
description: Real-time AI App with Groq API and LangChain
|
12 |
---
|
13 |
+
## To run the App
|
14 |
+
1. Generate the Groq API by going to the website: https://console.groq.com/keys.
|
15 |
+
2. Create the environment variable "Groq_API_Key" using the API.
|
16 |
+
3. Install all the required Python Packages using `pip install -r requirements.txt`
|
17 |
+
4. Run the Gradio app file `python app.py`
|
18 |
+
|
19 |
+
![image](https://github.com/user-attachments/assets/665d7df4-4fd3-47d4-91a1-a3cd52b31de7)
|
20 |
|
|