AsthanM commited on
Commit
898a1f0
Β·
verified Β·
1 Parent(s): 44a89fc

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -57
README.md DELETED
@@ -1,57 +0,0 @@
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:
24
-
25
- Manner of Speaking
26
-
27
- Self-Confidence
28
-
29
- Ability to Present Ideas
30
-
31
- Communication Skills
32
-
33
- Mental Alertness
34
-
35
- Uses a Logistic Regression model for better accuracy.
36
-
37
- Provides a user-friendly interface with Gradio.
38
-
39
- Hosted on Hugging Face Spaces.
40
-
41
-
42
-
43
-
44
-
45
-
46
- ---
47
- title: Employability Analyser
48
- emoji: πŸ“ˆ
49
- colorFrom: red
50
- colorTo: red
51
- sdk: gradio
52
- sdk_version: 5.20.1
53
- app_file: app.py
54
- pinned: false
55
- ---
56
-
57
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference