Skip to content

olikooon/pmldl-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

1. Installation

  1. Clone the project
git clone https://github.com/olikooon/pmldl-deployment.git
cd pmldl-deployment
  1. Create a virtual environment and activate it

MacOS / Linux:

python -m venv venv
source venv/bin/activate

Windows:

python -m venv venv
venv\scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Move to deployment directory
cd code/deployment
  1. Run docker compose
docker-compose up --build

After that:

Web-app: http://localhost:8501

Docs API: http://localhost:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published