Skip to content

Epitech/AutoML-For-Everyone

Repository files navigation

DOCAPOSTE AI Project

Requirements

Windows

Install Docker on windows :

If you encounter a problem similar to the screenshot below, check that virtualization is enabled in the bios.

alt text

Follow these instructions :

  1. In the case the problem persists, start a powershell as administrator.
  2. Run bcdedit /set hypervisorlaunchtype auto
  3. Restart your computer

If you encounter a problem with WSL2, follow the step 4 of this link

Linux

Install Docker on Linux :

Installation

Windows

  1. Open Docker Desktop and check that the strip in the bottom left corner is green
  2. Clone our repository
  3. Enter the root directory of the projet
  4. Execute the following command with powershell
docker-compose up --build
  1. In the Containers / Apps tab you should have a banner named docaposte
  2. You can now access the platform with this link

Linux

  1. Clone our repository
  2. Enter the root directory of the projet
  3. Execute the following command
docker-compose up --build
  1. You can now access the platform with this link

How to use the platform ?

To know how to use this web platform you will find user documentation via this link

Credits

Made with ❤️ by PoC