Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Employability Analyser
|
| 3 |
-
emoji: π
|
| 4 |
-
colorFrom: red
|
| 5 |
-
colorTo: red
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 5.20.1
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
Employability Prediction API
|
| 13 |
|
| 14 |
This project deploys a machine learning model that predicts whether a person is "Employable" or "Less Employable" based on ratings given for selected employability factors.
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
π Features
|
| 17 |
|
| 18 |
Accepts ratings (1-5) for the following key attributes:
|
|
@@ -33,4 +38,3 @@ Provides a user-friendly interface with Gradio.
|
|
| 33 |
|
| 34 |
Hosted on Hugging Face Spaces.
|
| 35 |
|
| 36 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Employability Prediction API
|
| 2 |
|
| 3 |
This project deploys a machine learning model that predicts whether a person is "Employable" or "Less Employable" based on ratings given for selected employability factors.
|
| 4 |
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
π€ Usage
|
| 9 |
+
|
| 10 |
+
Open the Gradio UI.
|
| 11 |
+
|
| 12 |
+
Rate yourself on the five attributes (1-5).
|
| 13 |
+
|
| 14 |
+
Click "Submit" to get the prediction.
|
| 15 |
+
|
| 16 |
+
Results will show either β
"Employable" or π "Less Employable".
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
π Features
|
| 22 |
|
| 23 |
Accepts ratings (1-5) for the following key attributes:
|
|
|
|
| 38 |
|
| 39 |
Hosted on Hugging Face Spaces.
|
| 40 |
|
|
|