Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liferacer333/ai_adcopy

Generate high-performing ad copy for your marketing campaigns.
https://github.com/liferacer333/ai_adcopy

ai cloudflare-workers hashnode-hackathon llama3 meta

Last synced: 1 day ago
JSON representation

Generate high-performing ad copy for your marketing campaigns.

Awesome Lists containing this project

README

        

# AI Ad Copy Generator
![logo](images/img3.png)
## Introduction
The AI Ad Copy Generator Uses Cloudflare AI Worker and the Meta Llama 3.1-8B model to create high-quality, engaging ad copies tailored for marketing needs. This tool helps marketers and businesses generate compelling ad content quickly and efficiently.

## Tech Stack
- HTML
- CSS
- JavaScript
- Python/Flask
- Cloudflare AI Worker
- AI Model: Meta Llama 3.1-8B-Instruct

## Features
- **Effortless Input**: Simply provide product links or descriptions to get started.
- **Top-Notch Ad Copy**: Generate professional and persuasive ad copy in seconds.
- **Different Tones**: Tailor ad copy tone to fit your brand and style perfectly.
- **Customization/Regeneration**: You can easily Customize/Regenerate the generated adcopy according to your need.

## Installation
1. Clone the repository:
```
git clone https://github.com/liferacer333/Ai_adcopy.git
```
2. Navigate to the project directory
```
cd Ai_adcopy
```
3. Install dependencies:
```
pip install -r requirements.txt
```
4. Create a .env file in the root directory of the project and add your environment variables:
```
API_BASE_URL="https://api.cloudflare.com/client/v4/accounts/{id}/ai/run/"
```
```
API_KEY="{Your_Api_Key}"
```
Grab your credentials from Cloudflare Account (https://cloudflare.com)
## Usage
1. Run the application
```
python app.py
```
2. Access the application via your browser at http://localhost:0000

## Documentaion/Reference
https://developers.cloudflare.com/workers-ai/
https://developers.cloudflare.com/workers-ai/models/llama-3.1-8b-instruct/

## Contributing
Contributions are welcome! Please open an issue or submit a pull request.

## Screenshots
![Home](images/img2.png)
*Ad Copy Generator*

![Ad Copy Generation](images/img4.png)
*Ad Copy Generation in Action*

![Ad Copy Generation](images/img5.png)
*Generated Ad copy*