This project is designed to extract and summarize important details from job descriptions. It can parse various kinds of job listings and extract key information such as the job title, required skills, technologies, experience level, and more. This summarized data can be saved into a Notion database for easy access and organization.
- Extracts key details from job descriptions
- Supports multiple document formats
- Saves extracted information to a Notion database
- Python 3.x
- pip
First, clone the repository:
```bash git clone https://github.com/YourUsername/JDParser.git ```
Navigate to the project directory:
```bash cd JDParser ```
Install the required packages:
```bash pip install -r requirements.txt ```
Run the main script:
```bash python main.py ```
Follow the on-screen instructions to input the job description. The parsed data will be saved to your Notion database.
We love contributions! If you find a bug or have suggestions for new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE.md file for details.
- Amitesh Tripathi
- [email protected]
- Your LinkedIn
