Update README with deployment info
Browse files
README.md
CHANGED
|
@@ -17,3 +17,16 @@ A web application to determine student personality traits based on academic grad
|
|
| 17 |
- **Premium UI**: Glassmorphism design.
|
| 18 |
- **SQLite Database**: Persistent storage for history.
|
| 19 |
- **Dockerized**: specific for Hugging Face Spaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- **Premium UI**: Glassmorphism design.
|
| 18 |
- **SQLite Database**: Persistent storage for history.
|
| 19 |
- **Dockerized**: specific for Hugging Face Spaces.
|
| 20 |
+
|
| 21 |
+
## 🚀 How to Run Your Own Copy
|
| 22 |
+
|
| 23 |
+
### Method 1: Duplicate (Recommended)
|
| 24 |
+
|
| 25 |
+
Simply click the **Duplicate this Space** button in the settings menu of this Space to create your own copy in seconds.
|
| 26 |
+
|
| 27 |
+
### Method 2: Manual Deployment
|
| 28 |
+
|
| 29 |
+
1. Create a new Space on Hugging Face.
|
| 30 |
+
2. Select **Docker** as the SDK.
|
| 31 |
+
3. Upload these files to your Space.
|
| 32 |
+
4. The application will build and run automatically (Port 7860).
|