Transform your resume into dynamic JSON with Resume Dyno, a Chrome extension designed to work with ChatGPT.
With Resume Dyno, you can choose a JSON schema, modify it as needed, and select a PDF resume to create a dynamic JSON output.
To deploy the extension, follow these steps:
-
Clone the GitHub repository for Resume Dyno.
-
Navigate to the project directory and install the necessary dependencies by running
npm install
. -
Build the project by running
npm run build
. This will create abuild
directory with the extension code. -
Open Google Chrome and navigate to
chrome://extensions
. -
Enable Developer mode by toggling the switch in the top right corner.
-
Click the "Load unpacked" button and select the
build
directory from step 3. -
The Resume Dyno extension should now be installed and ready to use on https://chat.openai.com/.
To deploy the backend, follow these steps:
-
Clone the GitHub repository for Resume Dyno.
-
Run the following commands to install the necessary dependencies and start the server:
pip install -r requirements.txt uvicorn main:app --reload
-
The backend should now be running on port 8000.
-
Setup a reverse proxy to forward requests to the backend.
ResumeDyno is built using and , and the backend is built with and Uvicorn. It is designed to run on a server behind a reverse proxy.
Thanks to JohnBra for the chrome extension boilerplate
This project is licensed under the MIT License - see the LICENSE file for details.