{"id":24520424,"url":"https://github.com/arnabsaha7/contentai","last_synced_at":"2026-04-29T09:02:21.406Z","repository":{"id":272754148,"uuid":"917647380","full_name":"arnabsaha7/ContentAI","owner":"arnabsaha7","description":"AI tool that generates researched blog posts with statistics and readability metrics using OpenAI GPT-4. Built with Streamlit for quick content creation.","archived":false,"fork":false,"pushed_at":"2025-01-16T11:57:32.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T11:50:00.218Z","etag":null,"topics":["agentic-ai","ai","content","generative-ai","python","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arnabsaha7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-16T11:41:08.000Z","updated_at":"2025-01-16T12:00:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"06a67270-1cb6-4c13-bbd4-1fb2407764ac","html_url":"https://github.com/arnabsaha7/ContentAI","commit_stats":null,"previous_names":["arnabsaha7/contentai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arnabsaha7/ContentAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnabsaha7%2FContentAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnabsaha7%2FContentAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnabsaha7%2FContentAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnabsaha7%2FContentAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arnabsaha7","download_url":"https://codeload.github.com/arnabsaha7/ContentAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnabsaha7%2FContentAI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262018677,"owners_count":23245618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","ai","content","generative-ai","python","streamlit"],"created_at":"2025-01-22T02:22:33.925Z","updated_at":"2026-04-29T09:02:16.368Z","avatar_url":"https://github.com/arnabsaha7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ContentAI 🤖✨\r\n\r\n![Python](https://img.shields.io/badge/Python-3.9%2B-blue?style=for-the-badge\u0026logo=python\u0026logoColor=yellow\u0026color=blue)\r\n![OpenAI](https://img.shields.io/badge/OpenAI-GPT--4-25A3D1?style=for-the-badge\u0026logo=openai\u0026logoColor=white\u0026color=25A3D1)\r\n![Streamlit](https://img.shields.io/badge/Streamlit-1.0%2B-FB7C00?style=for-the-badge\u0026logo=streamlit\u0026logoColor=red\u0026color=FB7C00)\r\n![Textstat](https://img.shields.io/badge/Textstat-v0.7.1-39A2A4?style=for-the-badge\u0026logo=python\u0026logoColor=sagegreen\u0026color=39A2A4)\r\n![dotenv](https://img.shields.io/badge/dotenv-0.19.0-FFDB58?style=for-the-badge\u0026logo=python\u0026logoColor=blue\u0026color=blue)\r\n\r\nLet me know if you'd like any more adjustments!\r\n**ContentAI** is an AI-powered research and writing tool designed to help you effortlessly generate engaging, well-researched blog posts on any topic. Powered by GPT-4, ContentAI can fetch up-to-date research, summarize complex information, and write blog posts with statistical data, all while preserving clarity and readability.\r\n\r\n---\r\n![Image](image.png)\r\n\r\n\r\n\r\n## Features 🌟\r\n- **AI-Generated Research**: Get a detailed research summary including recent trends, expert opinions, and data-driven insights.\r\n- **Engaging Blog Posts**: Automatically create a structured blog post that highlights key points and data.\r\n- **Customizable Output**: Adjust the temperature and writing style to match your preferences.\r\n- **Content Metrics**: Automatically generate important content metrics such as word count, readability score, and number of sections.\r\n- **Markdown Export**: Easily export your generated content as a markdown file for use on your website or blog.\r\n\r\n---\r\n\r\n## 📦 Installation\r\n\r\nTo get started with **ContentAI**, follow the instructions below to set up the project locally.\r\n\r\n1. **Clone the repository**:\r\n   ```bash\r\n   git clone https://github.com/arnabsaha7/ContentAI.git\r\n   cd ContentAI\r\n   ```\r\n\r\n2. **Install dependencies**:\r\n   ```bash\r\n   pip install -r requirements.txt\r\n   ```\r\n\r\n3. **Set up environment variables**:\r\n   Create a `.env` file and add your OpenAI API key:\r\n   ```env\r\n   OPENAI_API_KEY=\"your_openai_api_key\"\r\n   ```\r\n\r\n4. **Run the application**:\r\n   ```bash\r\n   streamlit run app.py\r\n   ```\r\n\r\nYour content generator should now be running at `http://localhost:8501`!\r\n\r\n---\r\n\r\n## 🔧 Usage\r\n\r\n1. **Enter your topic** in the text box.\r\n2. Adjust the **temperature** slider to control the creativity of the output (lower for formal, higher for creative).\r\n3. Click on **Generate Content** to start the magic.\r\n4. Review the generated **research summary** and **blog post**.\r\n5. Download the content as a **Markdown file** and start publishing!\r\n\r\n---\r\n\r\n## 📝 Example Output\r\n\r\n### Research Summary:\r\n\r\n\u003e **Topic**: Artificial Intelligence in Healthcare\r\n\u003e\r\n\u003e Recent developments in healthcare technology have significantly benefited from AI, particularly in diagnostics and treatment recommendations. For example:\r\n\u003e\r\n\u003e - **AI Diagnostics**: AI systems can analyze medical images with **98% accuracy**.\r\n\u003e - **Market Growth**: The AI healthcare market is expected to reach **$45.2 billion by 2026**, growing at a CAGR of **40%**.\r\n\r\n### Generated Blog Post:\r\n\r\n\u003e **Artificial Intelligence in Healthcare: Transforming Medicine**\r\n\u003e\r\n\u003e In recent years, artificial intelligence has emerged as a game-changer in healthcare. AI-powered systems now assist in diagnostics, treatment plans, and more...\r\n\u003e\r\n\u003e **Key Statistics:**\r\n\u003e - AI-powered diagnostic tools have reached an **accuracy rate of 98%** in certain imaging tasks.\r\n\u003e - The AI healthcare market is predicted to reach a value of **$45.2 billion by 2026**.\r\n\r\n---\r\n\r\n## 📊 Content Metrics\r\n\r\n- **Word Count**: 1,500\r\n- **Readability Score (Flesch Reading Ease)**: 75.6\r\n- **Number of Sections**: 8\r\n- **Number of Data Points**: 5\r\n\r\n---\r\n\r\n## 🚀 Contributing\r\n\r\nWe welcome contributions from the community! To contribute, please fork the repository and submit a pull request. Follow the guidelines below:\r\n\r\n1. Fork the repository.\r\n2. Create a new branch (`git checkout -b feature-branch`).\r\n3. Commit your changes (`git commit -am 'Add new feature'`).\r\n4. Push to the branch (`git push origin feature-branch`).\r\n5. Create a pull request.\r\n\r\n---\r\n\r\n## 🧑‍💻 Built With\r\n\r\n- [OpenAI GPT-4](https://openai.com/)\r\n- [Streamlit](https://streamlit.io/)\r\n- [Python](https://www.python.org/)\r\n- [Textstat](https://github.com/shivam5992/textstat)\r\n- [dotenv](https://pypi.org/project/python-dotenv/)\r\n\r\n---\r\n\r\n## 📝 License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n---\r\n\r\n## 📱 Follow Us\r\n\r\n- [Twitter](https://twitter.com/yourusername)\r\n- [LinkedIn](https://linkedin.com/in/yourusername)\r\n- [Website](https://yourwebsite.com)\r\n\r\n---\r\n\r\n![ContentAI Demo](https://media.giphy.com/media/4Zo41lhzKt6iZ8xFZI/giphy.gif)\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnabsaha7%2Fcontentai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnabsaha7%2Fcontentai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnabsaha7%2Fcontentai/lists"}