https://github.com/alihassanml/malaria-detection-by-neural-network
Malaria Detection by Neural Network
https://github.com/alihassanml/malaria-detection-by-neural-network
Last synced: 8 months ago
JSON representation
Malaria Detection by Neural Network
- Host: GitHub
- URL: https://github.com/alihassanml/malaria-detection-by-neural-network
- Owner: alihassanml
- Created: 2024-05-15T07:00:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T07:05:58.000Z (over 1 year ago)
- Last Synced: 2025-01-01T15:11:48.829Z (9 months ago)
- Language: Jupyter Notebook
- Size: 330 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malaria Detection by Neural Network using Deep Learning
This project utilizes deep learning techniques to detect malaria in blood smear images. The convolutional neural network (CNN) architecture implemented in this project is trained on a dataset of blood smear images containing both malaria-infected and uninfected samples.
## Installation
To run this project, you'll need to have Python 3.x installed on your system along with the following libraries:
- pandas
- matplotlib
- tensorflow
- numpy
- tensorflow_datasetsYou can install these libraries using pip:
```bash
pip install pandas matplotlib tensorflow numpy tensorflow_datasets
```## Usage
1. Clone this repository to your local machine:
```bash
https://github.com/alihassanml/Malaria-Detection-by-Neural-Network.git
```2. Navigate to the project directory:
```bash
cd malaria-detection
```3. Open the Jupyter Notebook file `Malaria_Detection.ipynb`:
```bash
jupyter notebook Malaria_Detection.ipynb
```4. Follow the instructions in the notebook to train the neural network model and perform malaria detection on sample images.
## Dependencies
- pandas: For data manipulation and analysis.
- matplotlib: For data visualization.
- tensorflow: For building and training neural networks.
- numpy: For numerical computing.
- tensorflow_datasets: For accessing the malaria dataset.## Contributing
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
## License
This project is licensed under the MIT License - see the (alihassanml) file for details.
## Acknowledgments
Special thanks to the creators of the malaria dataset used in this project.
---
Feel free to customize this README template according to your project's specific details and requirements. Good luck with your project!