# AI-Writer **Repository Path**: star-dream-f/ai-writer ## Basic Information - **Project Name**: AI-Writer - **Description**: AI 生成小说 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-08-16 - **Last Updated**: 2023-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI 生成小说 命令行界面 ![](./img/cmd.png) web 界面 ![](./img/web.png) ## 下载 点击下载按钮,下载 zip 压缩包 ## 初始化 python 环境 - 创建 ```python python -m venv ai-py-env ``` - 安装包 ``` pip install numpy tokenizers prompt_toolkit pip install torch --extra-index-url https://download.pytorch.org/whl/cu117 --upgrade pip install websockets ``` ## 运行 start.bat 在项目根目录下(解压缩后的文件夹),找到 start.bat 文件,双击运行.