Skip to content

bobgraham77/Copyverificator

Repository files navigation

Copycheck

An AI-powered copywriting analysis tool that helps you improve your marketing content.

Features

  • Instant AI analysis of your copy
  • Detailed scoring across multiple criteria
  • Specific improvement suggestions
  • PDF report generation
  • Automatic email delivery of reports

How it Works

  1. Enter your marketing copy
  2. Provide your email
  3. Get instant analysis and a detailed PDF report

Technology Stack

  • Streamlit for the web interface
  • Groq AI for text analysis
  • Resend for email delivery
  • FPDF for PDF generation

Setup

  1. Clone the repository:
git clone https://github.com/yourusername/copycheck.git
  1. Install dependencies:
pip install -r requirements.txt
  1. 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"
  1. Run the app:
streamlit run app.py

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages