Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrzresearcharena/capstone-project-anticancer-peptides

A Web Server for the Anticancer Peptides
https://github.com/mrzresearcharena/capstone-project-anticancer-peptides

anticancer-peptides bioinformatics computational-biology machine-learning

Last synced: 4 days ago
JSON representation

A Web Server for the Anticancer Peptides

Awesome Lists containing this project

README

        

# A Python-based web server for the Anticancer Peptides
```
- Back-end: Python
- Front-end: HTML, CSS, JavaScript, Bootstrap
- Framework: Flask
```

### Installation Process :
```
Install Flask:
user@machine:~$ pip install flask

Required Python Packages:

Install: python (version >= 3.5)
Install: sklearn (version >= 0.19.0)
Install: numpy (version >= 1.13.0)
Install: pandas (version >= 0.21.0)
Install: matplotlib (version >= 2.1.0)
Install: pickle

pip install
example: pip install sklearn

or, We can download from anaconda cloud.
```

### Running Process (App):
```console
user@machine:~$ python app.py
```