AIMedia

AIMedia

AIMedia 是一款自动抓取热点,AI创作文章,自动发布的集成软件。支持头条,小红书,公众号等

Stars: 68

Visit
 screenshot

AIMedia is a fully automated AI media software that automatically fetches hot news, generates news, and publishes on various platforms. It supports hot news fetching from platforms like Douyin, NetEase News, Weibo, The Paper, China Daily, and Sohu News. Additionally, it enables AI-generated images for text-only news to enhance originality and reading experience. The tool is currently commercialized with plans to support video auto-generation for platform publishing in the future. It requires a minimum CPU of 4 cores or above, 8GB RAM, and supports Windows 10 or above. Users can deploy the tool by cloning the repository, modifying the configuration file, creating a virtual environment using Conda, and starting the web interface. Feedback and suggestions can be submitted through issues or pull requests.

README:

AIMedia 🤖

Stargazers Issues Forks License


简体中文 | English


自动抓取热点,自动生成新闻,自动发布各大平台。 全自动托管AI媒体软件

由于项目已经开始商业化,plus版本不开源 点击进入官网

功能特性 🎯

  • [x] 支持 热点新闻抓取,自动抓取各大平台的热点新闻
    • [x] 抖音热点
    • [x] 网易新闻
    • [x] 微博热点
    • [x] 澎湃新闻
    • [x] 中国日报
    • [x] 搜狐新闻
  • [x] 支持 根据新闻AI自动创作,自动发布各个平台
    • [x] 今日头条
    • [x] 企鹅号
    • [x] 公众号
    • [x] 百家平台
  • [x] 针对无图纯文本,使用AI生成图像,增加原创率,阅读体验

后期计划 📅

  • [ ] 自动生成视频发布各个平台

交流讨论 💬

视频演示 📺

B站视频链接:https://www.bilibili.com/video/BV1HABgYKE6H

配置要求 📦

  • 建议最低 CPU 4核或以上,内存 8G 或以上,显卡非必须
  • Windows 10 或以上

快速开始 🚀

下载一键启动包,解压直接使用(路径不要有 中文特殊字符空格

Windows

下载后,首先解压 venv.tar.gz 到当前目录venv下,结构如下

AIMedia  
  ├─venv
  ├─main.py
  ├─chrome
  ├─...

建议先双击执行 update.bat 更新到最新代码(需要安装git),然后右键点击 以管理员权限运行 webui.bat 启动

启动后,会自动打开浏览器(如果打开是空白,建议换成 Chrome 或者 Edge 打开)

其他系统

不支持,仅支持window

安装部署 📥

前提条件

  • 尽量不要使用 中文路径,避免出现一些无法预料的问题
  • 请确保你的 网络 是正常的,VPN需要打开全局流量模式

① 克隆代码

git clone https://github.com/Anning01/AIMedia.git

② 修改配置文件

  • 将 config.py 文件复制一份,命名为 local_config.py
  • 按照 config.py 文件中的说明,配置好 zhipu_aip_key,如需要AI配图,打开enable 配置相关的 stable diffusion api

手动部署 📦

视频教程

① 创建虚拟环境 (Conda)

建议使用 conda 创建 python 虚拟环境

git clone https://github.com/Anning01/AIMedia.git
cd AIMedia
conda create -n AIMedia python=3.12.4
conda activate AIMedia
pip install -r requirements.txt

② 启动Web界面 🌐

注意需要到 AIMedia 项目 根目录 下执行以下命令

Windows
conda activate AIMedia
streamlit run main.py

① 使用venv (请确定 python 版本 3.12.4)

git clone https://github.com/Anning01/AIMedia.git
cd AIMedia
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt

② 启动Web界面 🌐

注意需要到 AIMedia 项目 根目录 下执行以下命令

Windows
streamlit run main.py
或者
.\webui.bat(conda不可以这样执行)

注意:我们自动发布依赖chrome测试版,需要手动下载

下载地址:

模型下载后解压,整个目录放到 .\AIMedia 里面, 最终的文件路径应该是这样: .\AIMedia\chrome

反馈建议 📢

许可证 📝

点击查看 LICENSE 文件

Star History

Star History Chart

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for AIMedia

Similar Open Source Tools

For similar tasks

For similar jobs