diff --git a/README.md b/README.md index 050da5f..bce9198 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,13 @@ Note: To exit the virtual environment, simply type `deactivate` in the command l To run the project: 1. Ensure the virtual environment is activated. -2. Execute the main script in the root folder: +2. Execute the backend main script in the root folder: ```bash - python -m src.main + python -m backend.src.main + ``` +3. Execute the frontend main script in the root folder: + ```bash + python -m frontend.src.main ``` This will start the process of data retrieval, cleaning, and prediction. The output will be your predicted loan approvals. diff --git a/requirements.txt b/requirements.txt index d7f9354..e6b6cd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ dash==2.14.2 dash-html-components==2.0.0 dash-core-components==2.0.0 plotly==5.18.0 -pandas==2.1.0 +pandas==2.1.4 azure-storage-blob==12.19.0 python-dotenv==1.0.0 scikit-learn==1.3.1 \ No newline at end of file