peihsin0715
commited on
Commit
·
842d2fd
1
Parent(s):
d2a446b
Add HF Spaces configuration
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
---
|
2 |
title: RS Demo
|
3 |
emoji: 🤖
|
@@ -6,4 +7,19 @@ colorTo: green
|
|
6 |
sdk: docker
|
7 |
app_port: 7860
|
8 |
pinned: false
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
---
|
3 |
title: RS Demo
|
4 |
emoji: 🤖
|
|
|
7 |
sdk: docker
|
8 |
app_port: 7860
|
9 |
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# RS Demo
|
13 |
+
|
14 |
+
This is a full-stack application with React frontend and Flask backend for recommendation system demonstrations.
|
15 |
+
|
16 |
+
## Features
|
17 |
+
|
18 |
+
- React-based frontend interface
|
19 |
+
- Flask API backend
|
20 |
+
- Docker containerized deployment
|
21 |
+
- Nginx reverse proxy
|
22 |
+
|
23 |
+
## Usage
|
24 |
+
|
25 |
+
The application runs on port 7860 and provides a web interface for interacting with the recommendation system.
|