A simple web app to create podcast scripts and generate voiceovers with the help of IBM Watson AI services
- βοΈ Generate cover letters tailored to your job, company and skills using Gemini AI
- π Download as PDF with your name as the filename
- ποΈ Edit the letter directly in the app before downloading or copying
- β‘ Minimalistic responsive web interface built with Gradio
- Google Gemini 1.5 Flash AI for generating relevant and concise cover letter content
- FPDF for creating high-quality PDF files
- Gradio for a fast, interactive and accessible frontend
git clone https://github.com/BharatwaleJain/CoverLetterStudio.git
cd CoverLetterStudio
python -m venv venv
venv\Scripts\activate # for Windows
source venv/bin/activate # for Linux/macOS
pip install -r requirements.txt
python app.pyBefore running the app, add your Gemini API key to a .env file in the project root
GEMINI_API_KEY = "your_gemini_api_key"