This is a playbook for Responsible AI in the Singapore Public Service.
This is under active development.
-
Create a new virtual environment:
python -m venv .venv
-
Install the dependencies:
pip install -r requirements.txt
-
Run the development server:
cd playbook mkdocs serve
-
Add a new markdown file in the
playbook/src
directory. -
Then add a link to it in the
mkdocs.yml
file. -
Build the site by running this command at the root directory:
mkdocs build --config-file playbook/mkdocs.yml
- Commit and push your changes.