- Step1: Clone the GitHub repository to your local machine.
- Step2: Install dependencies via npm or yarn.
- Step3: Create a .env file and add your AI service API keys (e.g., OpenAI, Stable Diffusion, video APIs).
- Step4: Run the server with npm start or node index.js.
- Step5: Use provided REST endpoints (/chat, /image, /code, /video) to call AI functions.
- Step6: Customize or extend modules by editing endpoint handlers and configuration.