This is a a Repository containing the code for using chatgpt to write a cover letter.
In this repository, you will find a basic Node.js webapp using React (front end) and Flask (back end) to send openai requests to create a cover letter based on resume and job description
- Input Resume, industry, position, job descriptions, and company website to get a tailored cover letter based on a proven method.
pip install Flask openai requests npx create-react-app frontend cd frontend npm install axios npm install web-vitals Create an OPENAPI key from their website and add it to the .env in the backend directory pip install flask-cors
python app.py npm start
- After running, customize accordingly.
We welcome contributions! If you'd like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.