Skip to content

Commit

Permalink
Update README to reflect recent changes and change requierements to s…
Browse files Browse the repository at this point in the history
…olve install problem
  • Loading branch information
ChronoBoot committed Jan 5, 2024
1 parent ccfabb2 commit e13f32e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e13f32e

Please sign in to comment.