Inspiration

My inspiration was to create something that I would use every day to find a job and this Chrome extension was the perfect way to create my inspiration.

What it does

My extension will enhance a user's resume with suggestions to improve. Enhances a user's cover letter by remaking and cleaning up simple mistakes. Creates cover letters from job posts on websites like Dice and Linkedin. Users have the option to change the topk and temprature of the model to get different responses. All generated responses, resumes, and job posts are saved to local storage.

How I built it

I used JavaScript to create 3 main functions for enhancing resumes, cover letters, and create cover letters from job posts. The functions are generally the same but the job post function is the most different. The functions will take a users input, temp, topk and when the function is activated with a button the API will read the system prompt and generate a response. The function will then save the AIs response to local storage and finally destroy the session that was created when it was activated. The job post function is different because it uses a job post-extraction helper function to input job posts for the user.

Challenges I ran into

The biggest challenge I faced was trying to get the topk and temp to work with the API.

Accomplishments that I am proud of

The biggest accomplishment I am proud of is figuring out how to get the topk and temp to work because it took me a few days to get it to work, I even had to make a mini project to fully understand the ins and outs of the topk and temp.

What I learned

I learned how to create an extension for Google and format the manifest file for an extension.

What's next for RCL Enhancer

The next step for RCL Enhancer is to add a feature that will extract a job post and a user resume then the AI will tell the user if there a good match for the job post.

Built With

Share this project:

Updates