Create an app that allow users to track changes on input folder
- Install dependencies
pip install -r requirements.txt- Create a
.envfile and add the following variables
USER_INPUT_PATH=your_user_input_path
DATABASE_PATH=your_database_path
OUTPUT_CSV_PATH=your_output_csv_path
# Example
#USER_INPUT_PATH="./data/data/runs/NO_PROJECT/2"
#DATABASE_PATH="./data/database.db"
#OUTPUT_CSV_PATH="./output"- Run the app
python main.py