Spaces:
Running
Running
dbleek
commited on
Commit
·
137ab08
1
Parent(s):
9564189
edited README
Browse files- README.md +6 -4
- app.py → milestone_2_app.py +0 -0
- app_pt.py → milestone_3_app.py +0 -0
README.md
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
---
|
2 |
-
title: CS-GY-6613 Project Milestone
|
3 |
colorFrom: blue
|
4 |
colorTo: red
|
5 |
sdk: streamlit
|
6 |
-
app_file:
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
# cs-gy-6613-project
|
11 |
Project for CS-GY-6613 Spring 2023
|
12 |
|
13 |
-
# Milestone
|
|
|
14 |
|
15 |
-
|
|
|
16 |
|
17 |
# Milestone 1
|
18 |
For milestone 1, I used the quick start instructions from VS code to connect to a remote Ubuntu container:
|
|
|
1 |
---
|
2 |
+
title: CS-GY-6613 Project Milestone 3
|
3 |
colorFrom: blue
|
4 |
colorTo: red
|
5 |
sdk: streamlit
|
6 |
+
app_file: milestone_3_app.py
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
# cs-gy-6613-project
|
11 |
Project for CS-GY-6613 Spring 2023
|
12 |
|
13 |
+
# Milestone 3
|
14 |
+
USPTO Patentability Classifier:https://huggingface.co/spaces/dbleek/cs-gy-6613-project
|
15 |
|
16 |
+
# Milestone 2
|
17 |
+
Sentiment Analysis App:https://huggingface.co/spaces/dbleek/cs-gy-6613-project
|
18 |
|
19 |
# Milestone 1
|
20 |
For milestone 1, I used the quick start instructions from VS code to connect to a remote Ubuntu container:
|
app.py → milestone_2_app.py
RENAMED
File without changes
|
app_pt.py → milestone_3_app.py
RENAMED
File without changes
|