Visualization of handwritten digit classification
Refer to the souce code for all the packages needed. Use the package manager pip to install python packages.
pip3 install package_nameFor local setup, clone the repository and make sure to install all the packages beforehand.
Run the API server in the terminal by entering the following command :
python3 ml_server.pyFor visulaization using streamlit, move to terminal and enter the command as follows :
streamlit run app.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.