srishti-nema / jarvis-core

The core of Just A Rather Very Intelligent System!

Home Page:https://gitpod.io/#https://github.com/the-vision/jarvis-core/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jarvis-core

The core of Just A Rather Very Intelligent System!

Build Status

Python PEP8 License first-timers-only

Setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run

python -m rasa_nlu.train -c config.yml --data data/nlu.md --verbose
python -m rasa_nlu.server -c config.yml --path models/nlu --response_log models --verbose
curl 'http://localhost:5000/status'
curl 'http://localhost:5000/version'
curl 'http://localhost:5000/parse?q=roll+a+die'
curl 'http://localhost:5000/parse?q=songs+by+linkin+park'

You can also hit the blue Open in Gitpod button below to launch a ready-to-code environment (a VS Code-like interface in the browser with the dependencies pre-installed and the web server running).

Open in Gitpod

About

The core of Just A Rather Very Intelligent System!

https://gitpod.io/#https://github.com/the-vision/jarvis-core/

License:MIT License


Languages

Language:Python 100.0%