Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrzresearcharena/capstone-project-anticancer-peptides
- Owner: mrzResearchArena
- License: gpl-3.0
- Created: 2020-08-15T11:03:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T06:29:53.000Z (over 4 years ago)
- Last Synced: 2024-11-16T00:11:33.208Z (2 months ago)
- Topics: anticancer-peptides, bioinformatics, computational-biology, machine-learning
- Language: HTML
- Homepage: http://rafsanjani.pythonanywhere.com/
- Size: 2.45 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 flaskRequired 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: picklepip install
example: pip install sklearnor, We can download from anaconda cloud.
```### Running Process (App):
```console
user@machine:~$ python app.py
```