This is a personnal project : "Creation of a website for house sales price prediction, using machine learning".
In this repository, we can find :
- the notebook file and dataset for the model training and tuning
- Dockerfile and docker-compose file for image creation and containerization
- django application files with website templates
- python scripts for the API client (used to make prediction), and the dashboard (for model evaluation)
- docker pull mandatombo/django-pycaret:latest
- docker compose up -d
- docker build -t mandatombo/django-pycaret:latest .
- docker compose up -d
- verify if all services started successfully :
- docker compose ps
- docker <container_name> logs
- tape the url on a navigator to access the website :
website_preview.mp4
- Ambinintsoa Manda
- Tombo H. ANDRIAMAHATANA