NeuroPulse is a website that predicts strokes using a machine learning Random Forest algorithm and provides information about stroke, including causes and prevention.
- Stroke prediction using Random Forest algorithm
- Information about stroke causes and prevention
- Frontend: HTML, CSS, JavaScript
- Backend: Python (Flask)
- Machine Learning: scikit-learn (Random Forest Classifier)
- Clone the repository:
git clone https://github.com/DhushyanthRavichandran/NeuroPulse.git
- Install dependencies:
pip install -r requirements.txt
- Run the Flask app:
python app.py
- Open
http://localhost:5000
in your web browser
The website is deployed using render click this 👉 neuropulse.onrender.com/