This project utilizes pipenv, the package manager. Open a terminal in the project directory and..
- Install pipenv
pip install pipenv - Start a virtual environment specific to this project
pipenv shell - Install all packages from pipfile to the virtual environment
pipenv install
Type FLASK_APP=hello.py FLASK_ENV=development flask run and navigate to 127.0.0.1 in your browser.
A dynamic user layout scheme is in place. Navigate to /user/Dog and /user/Cat to see the difference.
This page generates an example matplotlib figure, saves the data as an image png, and uses html tags to render the graph.
This page rotates a traffic sign 90 degrees, classifying the sign for each degree of rotation. The accuracy is computed and the corresponding rotation angle and classification is visualized.
