Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,3 +11,56 @@ short_description: Uses Cohere and CrewAI to generate articles on health topics
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
+
|
| 15 |
+
# π₯ Healthcare Blog Generator
|
| 16 |
+
|
| 17 |
+
An AI-powered healthcare content creation tool built with CrewAI, Cohere, and Gradio. This application uses multiple AI agents to research, write, and edit medically-focused blog content.
|
| 18 |
+
|
| 19 |
+
## π Features
|
| 20 |
+
|
| 21 |
+
- **Multi-Agent System**: Uses CrewAI with specialized healthcare agents:
|
| 22 |
+
- π **Healthcare Content Planner**: Plans comprehensive medical content structure
|
| 23 |
+
- βοΈ **Medical Content Writer**: Creates evidence-based healthcare articles
|
| 24 |
+
- π **Healthcare Content Editor**: Reviews for accuracy and compliance
|
| 25 |
+
|
| 26 |
+
- **Healthcare Focus**: Specialized for medical and health-related topics
|
| 27 |
+
- **Evidence-Based Content**: Emphasizes medical accuracy and proper disclaimers
|
| 28 |
+
- **User-Friendly Interface**: Clean Gradio interface with example topics
|
| 29 |
+
- **Markdown Output**: Professional blog posts ready for publication
|
| 30 |
+
- **Download Feature**: Save generated content as markdown files
|
| 31 |
+
|
| 32 |
+
## π How to Use
|
| 33 |
+
|
| 34 |
+
1. **Get API Key**: Sign up at [Cohere Dashboard](https://dashboard.cohere.ai/) and get your API key
|
| 35 |
+
2. **Enter Topic**: Choose a healthcare topic or select from examples
|
| 36 |
+
3. **Generate Content**: Click the generate button and wait for the AI crew to create your blog post
|
| 37 |
+
4. **Download**: Save your generated healthcare blog as a markdown file
|
| 38 |
+
|
| 39 |
+
## π Example Topics
|
| 40 |
+
|
| 41 |
+
- Type 2 Diabetes Management and Prevention
|
| 42 |
+
- Mental Health Awareness in the Workplace
|
| 43 |
+
- Heart Disease Prevention Strategies
|
| 44 |
+
- Understanding Hypertension and Blood Pressure
|
| 45 |
+
- Women's Health and Preventive Care
|
| 46 |
+
- Pediatric Vaccination Guidelines
|
| 47 |
+
- Managing Chronic Pain Naturally
|
| 48 |
+
- Nutrition for Healthy Aging
|
| 49 |
+
|
| 50 |
+
## βοΈ Medical Disclaimer
|
| 51 |
+
|
| 52 |
+
This tool generates educational content for informational purposes only. All generated content includes appropriate medical disclaimers and should be reviewed by qualified medical professionals before publication.
|
| 53 |
+
|
| 54 |
+
## π Technology Stack
|
| 55 |
+
|
| 56 |
+
- **CrewAI**: Multi-agent orchestration framework
|
| 57 |
+
- **Cohere**: Large language model for content generation
|
| 58 |
+
- **Gradio**: Web interface framework
|
| 59 |
+
|
| 60 |
+
## π License
|
| 61 |
+
|
| 62 |
+
This project is open source and available under the MIT License.
|
| 63 |
+
|
| 64 |
+
---
|
| 65 |
+
|
| 66 |
+
*Built with β€οΈ for healthcare content creators and medical professionals*
|