deckergcs

🎭 MuMuAINovel - Create Novels with Ease

Download MuMuAINovel

πŸ“– About MuMuAINovel

MuMuAINovel is an AI-driven tool for writing Chinese novels. It simplifies the writing process, allowing anyone to become a novelist. Use it for character management, plot planning, and chapter generation. No programming skills are neededβ€”just double-click to start!

✨ Core Features

πŸš€ Getting Started

System Requirements

Download & Install

  1. Download the Project
    • Visit the Releases page to download and extract the project to any folder.
  2. Run the One-Click Script

    Method 1: Double-Click the Batch File (Easiest)

    • Double-click εŒε‡»ε―εŠ¨.bat.
    • The system will automatically run the PowerShell script.
    • No extra setup is needed.
  3. Start Using the Tool
    • The script will automatically launch both front-end and back-end services.
    • Access the front-end at: http://localhost:5173
    • Access the back-end API at: http://localhost:8000
    • View the API documentation at: http://localhost:8000/docs
    • To configure AI features, edit the .env file in the root directory (for container deployment) or the backend/.env file (for local development).

1) Prepare Configuration and Keys

Follow these steps to set up Docker for your server:

  1. Copy the example environment file.
    cp .env.example .env
    
  2. Edit the .env file to insert your configurations and API keys.

  3. Build and run the Docker container:
    docker-compose up --build
    

Your server is now running MuMuAINovel, ready to support your writing endeavors. Enjoy the creative process!