Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 988 Bytes

File metadata and controls

18 lines (11 loc) · 988 Bytes

Welcome to my automatic cover letter app!

I created this project to automate the process of applying for jobs. The app lets an user automate the job process by letting them scrape jobsites based on filters that they can create. It also lets users automatically create cover letters from simple skill and motivation descriptions combined with a job description. (using open AI gpt model) The cover letter returned by the application is in English as well as a language specified by the user.

ERD diagram: image

If you are interested in the project, please let me know, as I may continue development then.

Best regards

Benjamin

The model and interface method are somewhat exchangable, but a general interface should have been developed. The app is more a toy / idea, than anything else, but serves as a good example of one component in a agentic setup for scraping and doing some task based on the fetched data.