The main folder is main-app. You can only use the main folder without worrying about the other file

mentoring-platform-dicoding

Setup

Start the project with environment setup and run the jupyterlab

pip install virtualenv
virtualenv [enviroment name] (misal = ml_mentoring_platform)
source ml_mentoring_platform/bin/activate
pip install -r requirements.txt

or run this script for windows users

pip install virtualenv
virtualenv [enviroment name]
.\[enviroment name]\Scripts\activate
pip install -r requirements.txt