DjPapzin commited on
Commit
eadfc59
โ€ข
1 Parent(s): 6fd136c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Play My Emotions ๐ŸŽต๐Ÿฐ๐Ÿ”ฎ
2
 
3
  ![Live Demo](PlayMyEmotions.jpeg)
@@ -25,8 +36,27 @@ The application follows a sequence of steps to deliver Disney songs matching the
25
  Clone this repo.
26
 
27
  Create a `venv`:
28
-
29
  ```bash
30
  python -m venv .venv
31
  source .venv/bin/activate
32
  pip install -r requirements.txt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Play My Emotions
3
+ emoji: ๐ŸŽต
4
+ colorFrom: '#FF5733'
5
+ colorTo: '#FFC300'
6
+ sdk: docker
7
+ sdk_version: 1.0.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # Play My Emotions ๐ŸŽต๐Ÿฐ๐Ÿ”ฎ
13
 
14
  ![Live Demo](PlayMyEmotions.jpeg)
 
36
  Clone this repo.
37
 
38
  Create a `venv`:
 
39
  ```bash
40
  python -m venv .venv
41
  source .venv/bin/activate
42
  pip install -r requirements.txt
43
+ ```
44
+
45
+ You will need the following `.env` file:
46
+ ```
47
+ OPENAI_API_KEY=<OPENAI_API_KEY>
48
+ ACTIVELOOP_TOKEN=<ACTIVELOOP_TOKEN>
49
+ ACTIVELOOP_ORG_ID=zuppif
50
+ UPSTASH_URL=<UPSTASH_URL>
51
+ UPSTASH_PASSWORD=<UPSTASH_PASSWORD>
52
+ ```
53
+
54
+ If you don't want to use upstash set the `USE_STORAGE=False`
55
+
56
+ Then
57
+
58
+ ```
59
+ streamlit run app.py
60
+ ```
61
+
62
+ Then navitage to `http://192.168.1.181:8501`