Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.22 KB

BioinformaticsWebsite

Tool for studying DNA sequence alignment using DeepLearning

Herramienta para el estudio del alineamiento de secuencias de ADN mediante DeepLearning

To use it is necessary to install the following libraries:

Framework Aplication

pip install flask
pip install flask-debugtoolbar

Library to science data and machine learning:

pip install pandas
pip install sklern
pip install Matplotlib
pip install db-sqlite3
pip install tensorflow
pip install keras

Presentation: TFG - Presentacion - Alineamiento de secuencias ADN - JuanFIllan.pdf

Project document: TFG - Alineamiento de secuencias ADN - JuanFIllan.pdf

Then it can be executed by launching the following command:

> python.exe '.\BioinformaticsWebsite\bioWeb.py'

The web application will respond to requests in the URL:

http://localhost:5000/

The project is deployed in: http://bioinformaticawebsite.alwaysdata.net/

Hosting by: https://admin.alwaysdata.com/