Giter VIP home page Giter VIP logo

brumai-workshop's Introduction

BrumAI Rasa Workshop

Follow the instructions to install the required libraries and tools which will be used during the workshop:

  1. Install Python 3 (any version should work just fine, during the live demo Python 3.6.3 will be used).

    For people who are new to python, we recommend getting Python 3 with Anaconda https://www.anaconda.com/download/

  2. Download or clone this repository. This repo contains a requirements.txt file which we will use to install the dependencies. Install the dependencies by executing:

    pip install -r requirements.txt

    Note: Requires C++ compilers. Make sure you got them on your machine or download and install them before installing dependencies from requirements.txt:

    The installation should run without the errors. A successful installation should be indicated by a message that the list of dependencies was successfully installed:

  1. Install spacy model by running:

    python -m spacy download en

    Note: If installation throws an error, run the terminal as an administrator and rerun the command.

    After the successful installation you should see a similar output in your console:

  1. Install rasa_core by running:

    pip install rasa_core

    The installation should be completed without any errors and it should end with a message saying that the libraries were successfully installed.

  2. Install apixu library:

    A successful installation should be indicated by a message similar to the following:

  1. As a sanity check, at this step you can launch your python interpreter and import rasa_nlu, rasa_core, apixu, spacy libraries as well as spacy model. If it doesn't throw you any errors, it means that everything was installed successfully.

    In your console type the following:

    python (to launch the Python interpreter)
    import rasa_nlu
    import rasa_core
    import apixu
    import spacy
    nlp = spacy.load('en')

    If everything was installed successfully, you should see the following in your console:

  1. Download and install npm and node from https://nodejs.org/en/download/

  2. Install rasa_nlu data visualisation tool by executing:

    npm i -g rasa-nlu-trainer

    A successful installation should result in a similar message in your console:

If you want, during this workshop you can use an IDE of your choice or you can stick to simple text editors (for example Notepad++). Both options will be just fine.

If you have any questions or issues regarding the installation, feel free to message me directly or drop me an email to [email protected] and I will be glad to help you out :)

brumai-workshop's People

Contributors

justinapetr avatar mmmmmrob avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.