https://github.com/gyorilab/indrabot
https://github.com/gyorilab/indrabot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gyorilab/indrabot
- Owner: gyorilab
- Created: 2018-07-27T21:00:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T15:04:27.000Z (over 5 years ago)
- Last Synced: 2024-11-17T12:20:04.898Z (6 months ago)
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
INDRA Bot
=========A bot that translatest natural language questions into database queries
and answers with a list of INDRA Statements extracted from the literature
and pathway databases.The bot backend (bot.py) has two frontends:
- Slack bot (slack.py) which takes questions in a Slack channel or direct messages
- Web app (app.py) which takes questions in a text box on a websiteSlack bot
---------
To run the slack bot, do
```bash
python slack.py
```Website
-------
To run the web app, do
```bash
python app.py
```
or use a WSGI application server like gunicorn.Funding
-------
The development of indrabot is funded under the DARPA Communicating with Computers program (ARO grant W911NF-15-1-0544).