Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.28 KB

File metadata and controls

26 lines (16 loc) · 1.28 KB

OpenMOSS website

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.

Explore

Preview locally

From the repository root, serve the static files with Python 3:

python -m http.server 8000

Open 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.

Contribute

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.