We believe online and offline accessibility matters, so we created the Optimal Acessibilty project. Our mission is to create a web application that calculates the accessibility rating of academic posters.
- Client User Interface (frontend)
- Application Protocol Interface (backend)
- Image Processing/Computer Vision
- React.js web user interface
- For dependency and general info checkout README
- C# ASP .NET Core 6 Web API
- For dependency and general info checkout README
- Go to the project's Application directory
- Run the terminal command:
npm run
- Go to the project's Application directory
- Run
docker build -t <username>/<branch-name> .
- Run
docker run -p 80:80 <username>/<branch-name>
For more information checkout the wiki