Course Project: ICS 485/211 - Machine Learning
Binary classification of lumpy skin disease (imbalanced dataset) using ML algorithms in addition to oversampling/undersampling techniques. For more info, check Report.ipynb file.
- Requirements:
python >= 3.6
git clone https://github.com/AI-14/lumpy-skin-disease-classification.git
- clones the repositorycd lumpy-skin-disease-classification
py -m venv yourVenvName
- creates a virtual environmentyourVenvName\Scripts\activate.bat
- activates the virtual environmentpip install -r requirements.txt
- installs all modules