This is arepository to store the documentation of the BPSE - AI at the edge project in the form of markdown files and automatically deploy those to gitlab pages using the CI pipeline.
# AI at the Edge
This is the main repository of the AI at the edge project. This repository is used to store the documentation in the form of markdown files and various jupyter notebooks.
The markdown files are used to automatically create a website using mdbook which is then deployed to gitlab pages using the CI/CD pipeline.
The actual mdbook can be found in the [book](./book) directory and the accompanying jupyter notebooks can be found in the [notebooks](./notebooks) directory.
The deployed documentation can be found [here](https://pse-ai-at-the-edge.h-da.io/ai-at-the-edge/).
**The deployed documentation can be found [here](https://pse-ai-at-the-edge.h-da.io/ai-at-the-edge/).**
## Secondary repositories
As part of this project we offer an ansible script as well as a raspberry pi image for setup of the project environment. For these two subprojects we have separate repositories.
-[pi-gen fork for image building](https://code.fbi.h-da.de/pse-ai-at-the-edge/image-builder)