Skip to content

bhargavyagnik/coverquai

Repository files navigation

Coverquai - AI Cover Letter Generator

Extension Logo

Release GitHub release (latest by date) License

A Chrome extension that automatically generates personalized cover letters using AI, based on your resume and job descriptions.

✨ Features

  • 🤖 AI-powered cover letter generation using Llama and Mixtral models
  • 📄 PDF resume parsing and storage
  • 🔄 Automatic job description scraping from LinkedIn, many more to come.
  • 💾 Save and manage default resume
  • 📝 Real-time cover letter preview
  • ⬇️ Export to PDF with customizable formatting
  • 🎨 Clean, modern user interface

📥 Installation

From Chrome Web Store

  1. Visit the Chrome Web Store
  2. Click "Add to Chrome"
  3. Follow the installation prompts

Manual Installation (Developer Mode)

  1. Download the latest release from the Releases page
  2. Unzip the downloaded file
  3. Open Chrome and go to chrome://extensions/
  4. Enable "Developer mode" in the top right
  5. Click "Load unpacked"
  6. Select the unzipped folder

🔧 Developer Mode

Prerequisites

  • Python 3.8+
  • Perplexity API / Groq API or any LLM API

Backend setup

cd src/backend
pip install -r requirements.txt
uvicorn main:app --reload

☕️ Support

If you find this project helpful, consider buying me a coffee!

🙏 Acknowledgments