Sistem ini menggunakan model algoritma Artificial Neural Network (ANN) berbasis web Flask ini memprediksi tingkat risiko kanker paru-paru dengan output berupa kategori Low, Medium, atau High. Sistem menganalisis data seperti usia, riwayat merokok, dan faktor resiko lainnya.
Halaman Input | Halaman Hasil Prediksi |
---|---|
- Clone this repository to your local machine.
- Install the required dependencies:
pip install pandas matplotlib Flask scikit-learn keras
- Train the model by running:
python predict_model_ann.ipynb
- Start the Flask web application with:
python app.py
- Access the application through your web browser at http://localhost:5000.
- Fill in the form with the required information.
- Click the "Prediksi" button to get the predicted outcome.
Proyek ini dilisensikan di bawah MIT License.