Using neural networks to detect cancer in patients, providing a clean interface for doctors to interact with.
This software is designed to be an interface for doctors to interface with medical classification networks for use in cancer diagnosis. The software currently is demostrated using a deep Neural network trained for classification of breast cancer images.
Install XAMPP for a localwebserver and navigate to the directory it is installed. [https://www.apachefriends.org/download.html]
Clone the repo and place it inside the htdocs directory of XAMPP.
Start XAMPP Control Panel and enable Apache and MySQl
Type http://localhost/<..>/src/frontend/ into the browser. When <..> is an extra directories the repo may be in.
Uploading an image, assigning it to a previously recorded patient and doctor and then you are able to run the Neural Network on it.
Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.
sudo apt-get install python3
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install nodejs
node --version
npm --versionnpm install @tensorflow/tfjs# Place at the top of the markup script
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@2.0.0/dist/tf.min.js">- 1.0
- CHANGE: Final Release
- 0.2.1
- CHANGE: Update docs (module code remains unchanged)
- 0.2.0
- CHANGE: Added tensorflow.js interfacing
- 0.1.1
- FIX: Bug fixes
- 0.1.0
- CHANGE: Interfaced a frontend with the trained network
- 0.0.1
- CHANGE: Training of the Neural Network
Shawn Ray - Asmodasis@gmail.com
Christian Greenman
Ethan Brown
Miguel Hernandez
Distributed under the MIT license. See LICENSE for more information.
- Fork it (https://github.com/Asmodasis/Cancer_detection_system/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request



