ggirlk / Brain_Cancer_Classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio Project: Brain Cancer Classification with QML <๐Ÿง |1>

๐Ÿค– Intro

Our project is a work of three teammates, manchened at the end of this document. We've used a new method Called Hybrid Quantum-Classical Model which is a mixe between Quantum Circuits used as Neural Network and a Classical Neural Network, Our Solution is about Brain Cancer Classification that means Classifying different Tumor types from MRI pictures so a Convolutional Neural Network is a normal method but here we did it with an Hybrid Quantum ConvNet as designed above:

๐Ÿ‘‰ Process:

  • Retrieve patient MRI image
  • Process the image
  • predict the result and display it
  • Update the database

๐Ÿ‘‰ Environment

This project is interpreted/tested on Ubuntu 20.04.3 LTS using python3 (V 3.8.3)

๐Ÿ‘‰ Installation

  • Clone this repository: git clone "https://github.com/ggirlk/Brain_Cancer_Classification.git"
  • Access deployment directory: cd deployment
  • Run the command: python manage.py runserver
  • Browse your MRI and wait for the result

๐Ÿ‘‰ Technologies

Modeling:

  • Pennylane: Quantum Machine Learning Tool.
  • Tensorflow: Classical Machine Learning Tool.
  • OpenCv (cv2): Image Processing Tool.
  • Pandas: Data Manipulation Tool.
  • Numpy: Matrix Manipulation Tool
  • Scikit-Learn (sklearn): Classical Machine Learning Tool.
  • Matplotlib: Plotting Tool.

Web App

  • Django: Python Web Framework.

๐Ÿ‘‰ Bugs

No known bugs at this time.

๐Ÿ‘‰ Resources

- CNN
- QCNN
- Pennylane tutorial
- Pennylane
- Qiskit
- Quantum Computing Concepts โ€“ Entanglement

License

Public Domain. No copy write protection.


By Khouloud, Ghofrane and Mouhamed Software engineers at HolbertonSchoolยฎ๏ธ

About


Languages

Language:Jupyter Notebook 95.6%Language:Python 3.0%Language:HTML 1.4%