File size: 1,170 Bytes
c70bcc8 f1e2c23 c70bcc8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
title: AI Content Curator
emoji: 🤖
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.19.2
app_file: app.py
pinned: false
---
# AI Content Curator
An automated AI content curation system that analyzes the latest AI developments and generates social media content recommendations.
## Features
- Automated analysis of latest AI developments
- Multi-source verification of AI news
- Platform-specific content generation (LinkedIn, Twitter/X, Threads)
- Engagement optimization recommendations
- Hashtag suggestions
- Posting timing recommendations
## How to Use
1. Click the "Generate Latest AI Updates" button
2. The system will automatically:
- Research latest AI developments
- Verify information across multiple sources
- Generate platform-specific content
- Provide posting recommendations
## System Architecture
The application uses:
- Groq's Llama 3 70B model for content generation
- Multi-step verification workflow
- Platform-specific content optimization
- Automated research and analysis
## Environment Variables
The following environment variables are required:
- `GROQ_API_KEY`: Your Groq API key
## License
MIT License |