Very basic implementation of our ASLNet as an open access server used for generating Homework Reports.
Note: Given images must be RGB, not RGBA
To be used in conjunction with https://github.com/design-hub-arc/ASL-NET and Tested on linux with an Apache server.
Project Setup: (assuming server is ready)
- First setup the ASLNet Neural Network on the server and follow the instructions here: https://github.com/design-hub-arc/ASL-NET
- Next git clone https://github.com/design-hub-arc/ARC-ASL-OnlineGrader.git this repository
- Unzip into the web facing directory
- make sure to put the ASLNet directory containing the network is in the same directory as savefile.py
- pip install PyMuPDF