bebechien commited on
Commit
4c5fe0f
·
verified ·
1 Parent(s): 73216d3

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .gitattributes +2 -0
  2. README.md +4 -0
  3. cli.png +3 -0
  4. flask.png +3 -0
.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
+ ![image](cli.png)
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
+ ![image](flask.png)
127
+
128
  **▶️ To run:**
129
 
130
  ```bash
cli.png ADDED

Git LFS Details

  • SHA256: 686a7a970eec5e2cf7498758b94798673b6f51694a040b1ae5487fcfa0ad7f7f
  • Pointer size: 131 Bytes
  • Size of remote file: 772 kB
flask.png ADDED

Git LFS Details

  • SHA256: ed066a6f9f9b908cd022902be10f3ee1f9466356c83912e936d17f4dab5b7690
  • Pointer size: 131 Bytes
  • Size of remote file: 648 kB