luzanikita / car_pricing_service

Simple service that predicts car price based on its characteristics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

car_pricing_service

Build and run docker container

docker build -t car-pricing .
docker run -p 3333:3333 car-pricing

About

Simple service that predicts car price based on its characteristics


Languages

Language:Python 63.4%Language:HTML 34.5%Language:Dockerfile 2.1%