Skip to content

bigvisionai/pytorch-web-app-deploy-azure

Repository files navigation

Initial build setup

Let us have a separate virtual environment for our development.

$ sudo apt install python3-venv
$ python3 -m venv webappenv
$ source ./webapp/bin/activate

Clone the repo and install the dependencies.

$ git clone https://github.com/bigvisionai/pytorch-web-app-deploy-azure
$ cd pytorch-web-app-deploy-azure
$ pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published