AnkitPatil commited on
Commit
f9e1fea
·
verified ·
1 Parent(s): 3ceb64d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -12
README.md CHANGED
@@ -1,12 +1,49 @@
1
- ---
2
- title: Major Project MIT
3
- emoji: 🔥
4
- colorFrom: indigo
5
- colorTo: red
6
- sdk: streamlit
7
- sdk_version: 1.38.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # AIHireHub: AI-Driven Recruitment Platform
2
+
3
+ ## Overview
4
+ AIHireHub is an innovative platform designed to revolutionize recruitment processes by integrating Artificial Intelligence (AI) technologies. It aims to enhance efficiency, accuracy, and fairness in hiring practices, leveraging Large Language Models (LLMs) and Natural Language Processing (NLP) to automate and optimize job description and resume analysis.
5
+
6
+ ## Features
7
+ - **Automated Resume Screening**: Reduces manual effort by parsing and analyzing resumes automatically.
8
+ - **Bias Mitigation**: Employs algorithms to minimize unconscious biases in candidate selection.
9
+ - **Improved Candidate-Job Matching**: Utilizes semantic analysis for better matching accuracy.
10
+ - **Diversity Promotion**: Encourages inclusivity and fairness in recruitment.
11
+
12
+ ## Installation
13
+ To set up AIHireHub locally, follow these steps:
14
+
15
+ 1. **Clone the Repository**:
16
+ git clone https://github.com/yourusername/AIHireHub.git
17
+
18
+ 2. **Navigate to the Project Directory** :
19
+ cd AIHireHub
20
+
21
+ 3. **Install Dependencies**:
22
+ pip install -r requirements.txt
23
+
24
+
25
+ **Usage**
26
+ python run.py
27
+
28
+ The platform provides an interface for uploading resumes and job descriptions, which the AI system processes to generate candidate matches.
29
+
30
+ **System Design**
31
+ ◘ AIHireHub consists of the following components:
32
+ ◘ User Interface (UI): For user interaction and data input.
33
+ ◘ Application Logic Layer: Manages resume parsing and job matching.
34
+ ◘ API Integration: Facilitates communication with external AI services.
35
+
36
+ **Contribution**
37
+
38
+ We welcome contributions to AIHireHub. To contribute:
39
+ 1] Fork the repository.
40
+ 2] Create a new branch for your feature or bug fix.
41
+ 3] Submit a pull request detailing your changes.
42
+
43
+
44
+ **Acknowledgements**
45
+ **Institution:** Maharashtra Institute of Technology, Chhatrapati Sambhajinagar (Aurangabad)
46
+ **Project Guide:** Dr. Kavita Mohite (Bhosle)
47
+ **Contributors:**
48
+ 1] Prerana Sangole
49
+ 2] Ankit Patil