Usage

Usage

Users can either access S1MS Studios directly on the official website or install it locally.

Option 1: Use on Website

  1. Access Beta

  2. Input character details and storyline prompts

  3. AI generates a short video based on the input

  4. Preview, edit, and download the video

Option 2: Install Locally

Ability to Whitelist HWID will come soon.

Tech Stack

  • Backend: Python, FastAPI

  • AI Model: DeepSeek V3

  • Frontend (site): React, TailwindCSS

  • Blockchain: Solana (for tokenized interactions)

  • Database: PostgreSQL

Installation

  1. Clone the repository:

    git clone https://github.com/S1MS-Studios/S1MS.git
    cd S1MS
  2. Install dependencies:

    pip install -r requirements.txt
  3. Start the backend server:

    uvicorn app.main:app --reload
  4. Navigate to the frontend directory and install dependencies:

    cd frontend
    npm install
  5. Start the frontend:

    npm start

Last updated