Skip to content

Commit 787d572

Browse files
Updated LICENSE and README files
1 parent b1cd3e2 commit 787d572

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
11
# AI-Powered-Resume-Analyzer
22
Analyze resumes intelligently using Natural Language Processing (NLP) and AI.
3+
4+
## Project Overview
5+
This project aims to build an AI-powered resume analyzer that evaluates resumes and provides suggestions for improvement. It uses natural language processing (NLP) techniques to analyze the content of resumes and match them with job descriptions.
6+
7+
## Technologies Used
8+
- Python
9+
- Streamlit
10+
- NLP (Natural Language Processing)
11+
- Machine Learning Models
12+
- Pandas, NumPy, Scikit-Learn
13+
14+
## Installation
15+
To run this project locally:
16+
1. Clone the repo:
17+
```
18+
git clone https://github.com/SilentProgrammer-max/AI-Powered-Resume-Analyzer.git
19+
```
20+
### Navigate to the project directory:
21+
22+
```
23+
cd AI-Powered-Resume-Analyzer
24+
```
25+
### Install the dependencies:
26+
```
27+
pip install -r requirements.txt
28+
```
29+
### How to Run the App
30+
To start the Streamlit app:
31+
```
32+
streamlit run main.py
33+
```
34+
## Features
35+
- Upload resume files in various formats (PDF, DOCX).
36+
37+
- Analyze resume quality based on predefined criteria.
38+
39+
- Get feedback and suggestions for improving the resume.
40+
41+
### Contributing
42+
If you'd like to contribute to this project, please fork the repo and create a pull request.
43+
44+
### License
45+
This project is licensed under the MIT License - see the LICENSE file for details.

0 commit comments

Comments
 (0)