/DNAChecker

Python AI software to Check how many generations have to pass to change healthy DNA to the unhealthy one.

Primary LanguageHack

DNA checker

Python AI software to Check how many generations have to pass to change healthy DNA to the unhealthy one.

As we know there are some disease wrote in our DNA, and looking into us in to our "binary" code we can say probabilty of occurrence some disease. Our algoritm will check, how many generation have to pass, to change health DNA to We could use it for example in medicine, to check what is the probability that child made from those DNAs could get genetic disease.

Live demo

https://dnachecker.codeex.pl/

To run:

Run python(and generate json):
  • docker run -it --rm --name my-running-script -v "$PWD":/usr/src/myapp -w /usr/src/myapp python:3 python runDNA.py

Run PHP server(display data in chart):

  • docker run -d -p 8888:80 --name ProjektAI -v "$PWD":/var/www/html php:7.2-apache

Open browser:

  • localhost:8888

Special Thanks to Mateusz M.:

Also thank those:


DNA generator: https://www.bioinformatics.org/sms2/random_dna.html

Presentation:

https://drive.google.com/file/d/1HCejWJUW_l3qycVk6kMsh7MH3Tc1cmnd/view?usp=sharing

Documentation:

https://drive.google.com/file/d/1pWwdhrgPb6vB_oQ7AlXVNCPcm3BRUtbt/view?usp=sharing

Some screenshots