Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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]
```