Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.4 KB

README.md

File metadata and controls

53 lines (31 loc) · 2.4 KB

Resume Dyno

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.

image

🚀 Deployment

To deploy the extension, follow these steps:

  1. Clone the GitHub repository for Resume Dyno.

  2. Navigate to the project directory and install the necessary dependencies by running npm install.

  3. Build the project by running npm run build. This will create a build directory with the extension code.

  4. Open Google Chrome and navigate to chrome://extensions.

  5. Enable Developer mode by toggling the switch in the top right corner.

  6. Click the "Load unpacked" button and select the build directory from step 3.

  7. The Resume Dyno extension should now be installed and ready to use on https://chat.openai.com/.

To deploy the backend, follow these steps:

  1. Clone the GitHub repository for Resume Dyno.

  2. Run the following commands to install the necessary dependencies and start the server:

    pip install -r requirements.txt
    uvicorn main:app --reload
  3. The backend should now be running on port 8000.

  4. Setup a reverse proxy to forward requests to the backend.

🛠️ Technologies Used

ResumeDyno is built using ReactTypeScript and TailwindCSS, and the backend is built with FastAPI and Uvicorn. It is designed to run on a Linux server behind a reverse proxy.

Thanks to JohnBra for the chrome extension boilerplate

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.