All Projects → viky-ai → viky-ai

viky-ai / viky-ai

Licence: MIT license
Natural Language Processing platform. Allows to extract information from unstructured text.

Programming Languages

c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language
HTML
75241 projects
SCSS
7915 projects
coffeescript
4710 projects
perl
6916 projects

Projects that are alternatives of or similar to viky-ai

recurly
A Recurly API client written in golang. Actively maintained and unit tested. No external dependencies.
Stars: ✭ 40 (+5.26%)
Mutual labels:  saas
saasbook
以开源项目的形式收集全国SaaS产品
Stars: ✭ 97 (+155.26%)
Mutual labels:  saas
Fill-the-GAP
[ACL-WS] 4th place solution to gendered pronoun resolution challenge on Kaggle
Stars: ✭ 13 (-65.79%)
Mutual labels:  natural-language-understanding
forma
📇 Data Collector as a Service.
Stars: ✭ 20 (-47.37%)
Mutual labels:  saas
FUTURE
A private, free, open-source search engine built on a P2P network
Stars: ✭ 19 (-50%)
Mutual labels:  natural-language-understanding
puppet-master
Puppeteer as a service hosted on Saasify.
Stars: ✭ 25 (-34.21%)
Mutual labels:  saas
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (+536.84%)
Mutual labels:  saas
bert extension tf
BERT Extension in TensorFlow
Stars: ✭ 29 (-23.68%)
Mutual labels:  natural-language-understanding
auto-gfqg
Automatic Gap-Fill Question Generation
Stars: ✭ 17 (-55.26%)
Mutual labels:  natural-language-understanding
reference-marketing-website
Next.js starter for creating a SaaS Marketing Website with Hygraph ⚡️
Stars: ✭ 104 (+173.68%)
Mutual labels:  saas
COCO-LM
[NeurIPS 2021] COCO-LM: Correcting and Contrasting Text Sequences for Language Model Pretraining
Stars: ✭ 109 (+186.84%)
Mutual labels:  natural-language-understanding
gatsby-starter-redux-saas
An Gatsby starter for Saas products. Uses redux and apollo and a graphql token auth backend.
Stars: ✭ 18 (-52.63%)
Mutual labels:  saas
MHPC-Natural-Language-Processing-Lectures
This is the second part of the Deep Learning Course for the Master in High-Performance Computing (SISSA/ICTP).)
Stars: ✭ 33 (-13.16%)
Mutual labels:  natural-language-understanding
GLUE-bert4keras
基于bert4keras的GLUE基准代码
Stars: ✭ 59 (+55.26%)
Mutual labels:  natural-language-understanding
wemirr-platform
最优秀、最简单、最漂亮的开源SAAS、多租户、SpringCloud、Mysql、Mybatis-Plus、Spring Cloud Alibaba 、Oauth2.0 、有BUG第一时间修复
Stars: ✭ 39 (+2.63%)
Mutual labels:  saas
ct-frontend
Frontend Demo for Cucumber Tony API
Stars: ✭ 20 (-47.37%)
Mutual labels:  saas
shop-api
A saas e-shop write by go.
Stars: ✭ 47 (+23.68%)
Mutual labels:  saas
subscribie
Collect recurring payments online - subscription payments collection automation
Stars: ✭ 36 (-5.26%)
Mutual labels:  saas
Luci
Logical Unity for Communicational Interactivity
Stars: ✭ 25 (-34.21%)
Mutual labels:  natural-language-understanding
OKD-Reading-List
Papers for Open Knowledge Discovery
Stars: ✭ 102 (+168.42%)
Mutual labels:  natural-language-understanding

Welcome to viky.ai

Some natural language analysis examples

What's viky.ai

viky.ai is a Natural Language Processing platform. It allows you to extract information from unstructured text contents.

The technical component nlp allows the extraction of structured information, this extraction is defined within agents. The agents are multilingual assistants to find relevant data. The nlp component takes as input a set of agents in JSON format and unstructured textual content in order to provide a JSON stream of structured data as output.

The second technical component webapp is a web application that allows you to work collaboratively to set up agents by offering dedicated interfaces. It also provides the interpret API in order to allow integration into a third-party system.

Getting Started

You can run viky.ai on Linux and macOS.

Requirements

viky.ai local install used for development relies on the following dependencies.

  • Docker Engine 19 and Compose 1.24
  • Ruby 2.6+ and Bundler 2.0+
  • NodeJS 10+ and Yarn 1.19+
  • Graphviz 2.40+
  • ImageMagick 6.9+
  • postgresql-client 11

Setup and run

  1. Clone the repository with submodules using the following command:

    git clone --recurse-submodules https://github.com/viky-ai/viky-ai.git
    
  2. Setup the application using the following command:

    $ cd webapp/
    $ ./bin/setup
    

    Take a seat, it may take a while. Setup can take up to 15 minutes and 3GB of disk space.

  3. Within webapp directory, start the application using the following commands:

    $ foreman start
    

The application is now available at the following address: http://localhost:3000/

Contributing

We encourage you to contribute to viky.ai! Please check out the Contributing to viky.ai guide.

Everyone interacting in viky.ai and its codebases, issue trackers, chat rooms, and mailing lists is expected to follow this code of conduct.

License

viky.ai is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].