Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkturkcan/drosobot
A chatbot and query engine for all things Drosophila.
https://github.com/mkturkcan/drosobot
Last synced: 17 days ago
JSON representation
A chatbot and query engine for all things Drosophila.
- Host: GitHub
- URL: https://github.com/mkturkcan/drosobot
- Owner: mkturkcan
- License: mit
- Created: 2021-09-22T22:05:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T04:13:41.000Z (about 1 year ago)
- Last Synced: 2024-11-05T08:03:15.890Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drosobot
A query engine for Drosophila datasets.## Installation
* Download the default provided dataset [here](https://drive.google.com/drive/folders/1C4Rq5-3qGLZ2ODWD13a5JZxATA2QHpj_?usp=sharing).
* Run the service using Flask:
```bash
export FLASK_APP=[MY_PATH]/drosobot_app
srun flask run --host=0.0.0.0 --port=[INSERT PORT NUMBER]
```