GithubHelp home page GithubHelp logo

lise-henry / caribon-server Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 2.0 142 KB

Webservice for caribon (repetition detector)

License: GNU General Public License v2.0

Rust 32.15% CSS 0.60% JavaScript 10.68% HTML 56.57%

caribon-server's Introduction

Caribon-server

Note: if you are only interested in using Caribon server as a client, an instance should be running here.

What is Caribon?

Caribon is a Rust library to detect repetitions in a text, and also a command line program that uses this library.

What is Caribon-server?

Caribon-server is a web service that uses this library. It allows for a more user friendly interface than the command line.

Running Caribon-server

Download the latest version with git:

$ git clone https://github.com/lady-segfault/caribon-server.git

You will then need Rust and Cargo to fetch the dependencies and build the program. See their install instructions. Then you just have to type:

$ cargo run --release

And Cargo should get all dependencies, build everything, and run the program. Then just use your favorite browser and go to http://localhost:3000.

(You can also specify the host(s) and port(s) on which you want to listen, e.g. cargo run --release -- localhost:8080 localhost:3000 will listen on both 8080 and 3000 ports.)

License

Caribon-server is licensed under the GNU General Public License, version 2.0 or (at your convenience) any ulterior version.

caribon-server's People

Contributors

crowdagger avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

maxiplay vangog

caribon-server's Issues

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.