Jay Moran
Jay Moran
Running docker-compose using the docker-compose.yml does not work well. **Description** The web app runs and the interface is accessible at localhost but the experiment results are not available. **Steps to...
**Description** Multi-machine works with the configuration in `docker-compose-multi-machine.yml` (development) but not with the configuration in `release/docker-compose-hub-image.yml` (production). In production the machines are started but they are not connected to the...
Using OpenAI carries a cost to users. We should look into other options that are more cost-effective.
We need a lab/video showing the steps to install AliroEd using the aliro-imager.exe Made a video using a text-to-speech tool. Need to decide on getting the premium account to build...
Using the Raspberry Pi, Arduino, and a smart spectral sensor (AS7265x Spectral Triad) we can develop a lesson on classifiers. The sensor detects color, we can gather data from the...
We should have a standalone version of AliroEd OS, besides the one embedded in aliro-imager.exe. Having it embedded in aliro-imager.exe requires a new build to embed the OS .img. We...
Build a new version of AliroEd that boots up directly in Kiosk Mode (full-screen) and goes directly into the AliroEd landing page.
The current wheel-builder.yml file works for amd64 architectures. Add a new yml file for arm64 architectures using buildx. This will help to speed up generating and deploying releases. Under the...
Add a OneHotEncoder and OrdinalEncoder. In a previous commit (# 9edbbce) these were removed. We should put back the Encoders in the validateDataset step to allow uploading datasets with ordinal...
The API documentation should be accessible and updated as new endpoints are added. Need to complete the following steps: - [ ] Generate the html API guide using the RAML...