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.
- Host: GitHub
- URL: https://github.com/tracywong117/sequence-alignment-py-web
- Owner: tracywong117
- License: mit
- Created: 2024-06-04T03:59:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-06T07:59:48.000Z (over 1 year ago)
- Last Synced: 2025-03-12T13:44:48.525Z (11 months ago)
- Topics: sequence-alignment
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sequence-alignment-py-web


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))