├── .github └── ISSUE_TEMPLATE │ └── custom.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CevicalCancer.ipynb ├── LICENSE ├── README.md ├── kag_risk_factors_cervical_cancer.csv └── pull_request_template.md /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Cervical-Cancer-Prediction/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Cervical-Cancer-Prediction/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Cervical-Cancer-Prediction/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Cervical-Cancer-Prediction/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CevicalCancer.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Cervical-Cancer-Prediction/HEAD/CevicalCancer.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Cervical-Cancer-Prediction/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Cervical-Cancer-Prediction/HEAD/README.md -------------------------------------------------------------------------------- /kag_risk_factors_cervical_cancer.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Cervical-Cancer-Prediction/HEAD/kag_risk_factors_cervical_cancer.csv -------------------------------------------------------------------------------- /pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Cervical-Cancer-Prediction/HEAD/pull_request_template.md --------------------------------------------------------------------------------