Source for the OpenMOSS website, including the team overview, publications, and research pages.
Looking for models or code? Browse OpenMOSS on GitHub or model downloads on Hugging Face.
- Team website
- MOSS-VL — long-form and real-time video understanding
- MOSS-Audio — speech, sound, and music understanding
- EasyWAM — World Action Model training and evaluation
From the repository root, serve the static files with Python 3:
python -m http.server 8000Open localhost:8000. The main page is in index.html, shared files are in assets/, and articles are in blog/. Backend setup is documented in worker/README.md.
Use this repository's Issues for website problems and pull requests for corrections. Please include the affected page URL and a description of the change. For a model or research implementation, use the corresponding project repository.