- python 3.13.x
- pip
-
Clone the repository:
git clone https://github.com/AWH1122/<repository-name> cd ml-project
-
If on macOS, run the following command:
./setup.sh
-
If on Windows, run the following command:
.\setup.ps1
If you encounter issues running the script, you may need to change the execution policy for the current session. Open PowerShell as an administrator and run:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Then run the script again.