Simple Web App about cancer level prediction based on post condition after cryotherapy treatment. Using dataset of Cryotherapy analysis
- If you dont have pip, install it first https://pip.pypa.io/en/stable/installing/
- Install virtualenv
- Create the env folder inside your project
- (Optional) Change the permission of the virtualenv in the windows operating system, by search PowerShell, run as administrator and write command below
- Activate the virtual environtment
- Make sure you're in the virtual environtment by see the symbol ( < env-folder-name >)
- Make sure the pip is up to date by upgrade it
- Install all the library that needed
- Run the application
pip install virtualenv
virtualenv <env-name-folder>
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
<env-name-folder>/Scripts/activate
python.exe -m pip install --upgrade pip
pip install scikit-learn
pip install pandas
pip install flask
pip install pickle-mixin
pip install pickleshare
flask run