Skip to content

haichaukhuu/ai-challenge-the-shelbys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Before you run the project, please make sure you have set up all the following:

  1. This project uses Docker to run. If you have not installed Docker Desktop, please install from here.

  2. At the root directory, create a data and out folder. Put all relevant data in the data folder. The out folder should be kept empty.

  3. Make sure to open Docker Desktop before running. Otherwise, you will get an error saying Docker engine hasn't started yet.

Running the Project

# Run the services
docker-compose up --build

# Stop the services
docker-compose stop

# Remove the services
docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.3%
  • JavaScript 41.2%
  • CSS 4.2%
  • Dockerfile 1.4%
  • HTML 0.9%