Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,28 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 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:
|
| 19 |
+
|
| 20 |
+
Manner of Speaking
|
| 21 |
+
|
| 22 |
+
Self-Confidence
|
| 23 |
+
|
| 24 |
+
Ability to Present Ideas
|
| 25 |
+
|
| 26 |
+
Communication Skills
|
| 27 |
+
|
| 28 |
+
Mental Alertness
|
| 29 |
+
|
| 30 |
+
Uses a Logistic Regression model for better accuracy.
|
| 31 |
+
|
| 32 |
+
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
|