Giter Club home page Giter Club logo

visner's Introduction

visNER

In the wild extraction of entities that are found using Flair and displayed using a very elegant front-end.

Screenshot

Setting it up

Extractor (The backend)

  • Change the directory to Extractor.
  • Open a terminal in the directory and do pip install -r requirements.txt. (Recommended in a Python virtual environment).
  • That's it, do python run.py . (By default, it opens the Flask server in the 8500. To run in other port, do python run.py --port <PORT_NUMBER> )

Angular Frontend

  • Open the terminal in the main directory and do npm install.
  • Now do, ng serve in the terminal in the same directory.
  • Navigate to http://localhost:4200/. visNER is now live there.

Credits

Flair

Issues

The project is still in the very early stage. For any feature requests, errors, documentation requests or suggestions, please feel free to open issues in the repository.

Contact

Mail Twitter

visner's People

Contributors

dependabot[bot] avatar lunayach avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

visner's Issues

Got error from angular while running 'ng serve'

Hi,
I installed the dependencies along the tutorial by running 'npm install'.
The angular is not automatically installed, so I ran npm install -g @angular/cli to install the angular.
While running the ng serve I got the error here below.

An unhandled exception occurred: Named export 'CUSTOM_ELEMENTS_SCHEMA' not found. The requested module '@angular/compiler' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:

import pkg from '@angular/compiler';
const { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } = pkg;

See "/private/var/folders/j0/6rwmzh011j9f6pnty3q00w0w0000gn/T/ng-aXWHbe/angular-errors.log" for further details.

License

Did you consider adding a license file to this repository?

Issue with VisNER

first one it says it requires updated Nodejs. I resolved it.
after that I tried in Firefox, Edge browser it is not working.
but in chrome the fronted opened.
but when I input some text it is not giving any output. please check

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.