An open API service indexing awesome lists of open source software.

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

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
```