https://github.com/saif807380/resume-parser
NLP implementation for parsing and tabulating resume data
https://github.com/saif807380/resume-parser
Last synced: 4 months ago
JSON representation
NLP implementation for parsing and tabulating resume data
- Host: GitHub
- URL: https://github.com/saif807380/resume-parser
- Owner: Saif807380
- Created: 2020-03-05T03:50:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T14:49:06.000Z (over 5 years ago)
- Last Synced: 2025-02-09T19:57:44.019Z (8 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume-Parser
NLP implementation for parsing and tabulating resume data. This module is part of Form Extractor App and Website.## Setup
1. Clone the repository
```bash
$ git clone https://github.com/Saif807380/Resume-Parser
```2. Create a virtual environment and it to .gitignore
```bash
$ virtualenv VIRTUAL_ENV_NAME
```3. Install the requirements after activating the virtual environment
```bash
$ pip install -r requirements.txt
```4. Add the string to `Main.py`
5. Run `Main.py`
```bash
$ python main.py
```