Spaces:
Runtime error
Runtime error
MJ
commited on
Commit
·
6a95caa
1
Parent(s):
f94b58f
Updated Readme for milestone-2
Browse files
README.md
CHANGED
@@ -8,11 +8,19 @@ sdk_version: 1.17.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
11 |
|
|
|
|
|
12 |
Installation Instructions:
|
13 |
1. Install WSL for Windows using https://learn.microsoft.com/en-us/windows/wsl/install
|
14 |
2. Set WSL 2 as the default version
|
15 |
3. Install Linux Distribution of choice (I went with Ubuntu)
|
16 |
4. Install Docker for Windows using https://docs.docker.com/desktop/windows/wsl/
|
17 |
|
18 |
-
I will not be using Docker for the purpose of this project so everything will be done locally.
|
|
|
|
|
|
|
|
|
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
+
The above information is needed to initilize a hugging face space
|
12 |
|
13 |
+
|
14 |
+
Milestone-1:
|
15 |
Installation Instructions:
|
16 |
1. Install WSL for Windows using https://learn.microsoft.com/en-us/windows/wsl/install
|
17 |
2. Set WSL 2 as the default version
|
18 |
3. Install Linux Distribution of choice (I went with Ubuntu)
|
19 |
4. Install Docker for Windows using https://docs.docker.com/desktop/windows/wsl/
|
20 |
|
21 |
+
I will not be using Docker for the purpose of this project so everything will be done locally.
|
22 |
+
|
23 |
+
|
24 |
+
Milestone-2:
|
25 |
+
The link below will take you to the hugging face space for the sentiment analysis web app
|
26 |
+
https://huggingface.co/spaces/MJ3128/CS-GY-6613-Project
|