Usage

Usage
Users can either access S1MS Studios directly on the official website or install it locally.
Option 1: Use on Website
Visit S1MS Studios Website
Access Beta
Input character details and storyline prompts
AI generates a short video based on the input
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
Clone the repository:
git clone https://github.com/S1MS-Studios/S1MS.git cd S1MSInstall dependencies:
pip install -r requirements.txtStart the backend server:
uvicorn app.main:app --reloadNavigate to the frontend directory and install dependencies:
cd frontend npm installStart the frontend:
npm start
Last updated