https://github.com/ashishbinu/jsonify-resume
A cli that converts resumes into JSON Resume schema
https://github.com/ashishbinu/jsonify-resume
cli jsonresume revchatgpt
Last synced: 6 months ago
JSON representation
A cli that converts resumes into JSON Resume schema
- Host: GitHub
- URL: https://github.com/ashishbinu/jsonify-resume
- Owner: ashishbinu
- License: mit
- Created: 2023-08-24T16:37:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T18:32:34.000Z (almost 3 years ago)
- Last Synced: 2025-09-11T07:31:21.356Z (10 months ago)
- Topics: cli, jsonresume, revchatgpt
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - jsonify-resume - A CLI that converts resumes into JSON Resume schema. (<a name="conversion"></a>Conversion)
- awesome-cli-apps - jsonify-resume - A CLI that converts resumes into JSON Resume schema. (<a name="conversion"></a>Conversion)
README
# jsonify-resume
[](https://github.com/ashishbinu/jsonify-resume/blob/main/LICENSE)
[](https://github.com/ashishbinu/jsonify-resume/stargazers)
[](https://github.com/ashishbinu/jsonify-resume/issues)
[](https://github.com/ashishbinu/jsonify-resume/pulls)
**jsonify-resume** is a command-line tool that converts resumes into JSON Resume schema. Use this tool to save time on the conversion process.
## Installation
To get started, install Jsonify-Resume using the following command:
```bash
pipx install jsonify-resume
```
## Usage
1. **Configure Access Token**: Before using Jsonify-Resume, set your [OpenAI access token](https://chat.openai.com/api/auth/session) as an environment variable:
```bash
export OPENAI_ACCESS_TOKEN=
```
2. **Conversion Process**:
Use the following command to convert your resume (in PDF format) to JSON:
```bash
jsonify-resume resume.pdf > resume.json
```
## Contributing
Found a bug or have a feature in mind? [Open an issue](https://github.com/ashishbinu/jsonify-resume/issues). To contribute, fork the repo, make changes, and submit a PR.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgements
This project relies on the [revchatgpt](https://github.com/acheong08/ChatGPT). Thanks to the developers of revchatgpt.
---
**jsonify-resume** is maintained by [@ashishbinu](https://github.com/ashishbinu). Connect with me on [Twitter](https://twitter.com/binu_ashish).