Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
cli.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
flask.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -95,6 +95,8 @@ Navigate to the local URL provided (e.g., `http://127.0.0.1:7860`).
|
|
| 95 |
|
| 96 |
This app runs directly in your terminal, allowing you to quickly see and scroll through the scored Hacker News feed.
|
| 97 |
|
|
|
|
|
|
|
| 98 |
**▶️ To run:**
|
| 99 |
|
| 100 |
```bash
|
|
@@ -121,6 +123,8 @@ python cli_mood_reader.py --top 10
|
|
| 121 |
|
| 122 |
This app is a simple, read-only web page that fetches and displays the scored HN feed. It's ideal for deploying a finished model.
|
| 123 |
|
|
|
|
|
|
|
| 124 |
**▶️ To run:**
|
| 125 |
|
| 126 |
```bash
|
|
|
|
| 95 |
|
| 96 |
This app runs directly in your terminal, allowing you to quickly see and scroll through the scored Hacker News feed.
|
| 97 |
|
| 98 |
+

|
| 99 |
+
|
| 100 |
**▶️ To run:**
|
| 101 |
|
| 102 |
```bash
|
|
|
|
| 123 |
|
| 124 |
This app is a simple, read-only web page that fetches and displays the scored HN feed. It's ideal for deploying a finished model.
|
| 125 |
|
| 126 |
+

|
| 127 |
+
|
| 128 |
**▶️ To run:**
|
| 129 |
|
| 130 |
```bash
|
cli.png
ADDED
|
Git LFS Details
|
flask.png
ADDED
|
Git LFS Details
|