AsthanM commited on
Commit
883fe64
Β·
verified Β·
1 Parent(s): e5f3f59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -12
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