An AI-powered copywriting analysis tool that helps you improve your marketing content.
- Instant AI analysis of your copy
- Detailed scoring across multiple criteria
- Specific improvement suggestions
- PDF report generation
- Automatic email delivery of reports
- Enter your marketing copy
- Provide your email
- Get instant analysis and a detailed PDF report
- Streamlit for the web interface
- Groq AI for text analysis
- Resend for email delivery
- FPDF for PDF generation
- Clone the repository:
git clone https://github.com/yourusername/copycheck.git
- Install dependencies:
pip install -r requirements.txt
- Set up your environment variables in
.streamlit/secrets.toml
:
[groq]
api_key = "your-groq-api-key"
[resend]
api_key = "your-resend-api-key"
sender_email = "your-verified-email@domain.com"
- Run the app:
streamlit run app.py
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.