Giter VIP home page Giter VIP logo

biome-text's Introduction



Build GitHub Documentation GitHub release

Natural Language Processing library built with AllenNLP

Quick Links

Features

  • State-of-the-art and not so state-of-the-art models trained with your own data with simple workflows.

  • Exploration UI for error analysis with interpretations.

  • Efficient data reading for (large) datasets in multiple formats and sources (CSV, Parquet, JSON, Elasticsearch, etc.).

  • Modular configuration and extensibility of models, datasets and training runs programmatically or via config files.

  • Use via cli or as plain Python (e.g., inside a Jupyter Notebook)

  • Compatible with AllenNLP

Installation

You can install biome.text with pip or from source.

Pip

The recommended way for installing the library is using pip. You can install everything required for the library as follows:

pip install biome-text

Install from Source

To install biome-text from source, clone the repository from github:

git clone https://github.com/recognai/biome-text.git
cd biome-text
python -m pip install .[testing]

Then you must build static web resources for the explore UI to work:

cd ui 
npm install 
npm run build

Note: node>=12 is required in your machine. You can follow installation instructions here

If the make command is enabled in your system, you can use make dev directive:

make dev

And make ui for building static web resources needed for the explore UI method to work:

make ui

You can see all defined directives as follow:

make help

Test

Test biome-text with pytest

cd biome-text
pytest

Licensing

The code in this project is licensed under Apache 2 license.

biome-text's People

Contributors

dvsrepo avatar frascuchon avatar leire-a avatar leiyre 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.