Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.66 KB

File metadata and controls

52 lines (33 loc) · 1.66 KB

aicoverletter

Build status

This is a a Repository containing the code for using chatgpt to write a cover letter.

License GitHub Issues GitHub Stars

Table of Contents

Introduction

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

Features

  • Input Resume, industry, position, job descriptions, and company website to get a tailored cover letter based on a proven method.

Installation

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

Usage

  • After running, customize accordingly.

Contributing

We welcome contributions! If you'd like to contribute to this project, please follow the guidelines in CONTRIBUTING.md.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.