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

https://github.com/tracywong117/sequence-alignment-py-web

Sequence alignment web app using PyTorch and Flask.
https://github.com/tracywong117/sequence-alignment-py-web

sequence-alignment

Last synced: 4 months ago
JSON representation

Sequence alignment web app using PyTorch and Flask.

Awesome Lists containing this project

README

          

# Sequence-alignment-py-web
![Screenshot](Screenshot1.png)
![Screenshot](Screenshot2.png)

Sequence alignment web app using PyTorch and Flask.

## How to use
```
pip install -r requirements.txt
```
```
python app.py
```

## TODO
- [ ] Upload files
- [ ] More options (e.g GPU/CPU(current option), pairwise/elementwise(current option))