Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,56 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
```
|
12 |
-
### STEP 01- Create a conda environment after opening the repository
|
13 |
-
|
14 |
-
```bash
|
15 |
-
conda create -n llmapp python=3.8 -y
|
16 |
-
```
|
17 |
-
|
18 |
-
```bash
|
19 |
-
conda activate llmapp
|
20 |
-
```
|
21 |
-
|
22 |
-
|
23 |
-
### STEP 02- install the requirements
|
24 |
-
```bash
|
25 |
-
pip install -r requirements.txt
|
26 |
-
```
|
27 |
-
|
28 |
-
### Create a `.env` file in the root directory and add your GOOGLE_API_KEY credentials as follows:
|
29 |
-
|
30 |
-
```ini
|
31 |
-
GOOGLE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
32 |
-
```
|
33 |
-
|
34 |
-
|
35 |
-
```bash
|
36 |
-
# Finally run the following command
|
37 |
-
streamlit run app.py
|
38 |
-
```
|
39 |
-
|
40 |
-
Now,
|
41 |
-
```bash
|
42 |
-
open up localhost:
|
43 |
-
```
|
44 |
-
|
45 |
-
|
46 |
-
### Techstack Used:
|
47 |
-
|
48 |
-
- Python
|
49 |
-
- Google API
|
50 |
-
- Streamlit
|
51 |
-
- PaLM2
|
52 |
-
- s2t
|
53 |
-
- t2s
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
1 |
+
---
|
2 |
+
title: AI voice assistant
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: gray
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.41.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|