Users can either access S1MS Studios directly on the official website or install it locally.
Visit S1MS Studios Websitearrow-up-right
Access Beta
Input character details and storyline prompts
AI generates a short video based on the input
Preview, edit, and download the video
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:
Install dependencies:
Start the backend server:
Navigate to the frontend directory and install dependencies:
Start the frontend:
Last updated 11 months ago
git clone https://github.com/S1MS-Studios/S1MS.git cd S1MS
pip install -r requirements.txt
uvicorn app.main:app --reload
cd frontend npm install
npm start