Skip to content

Application that predicts business events, extract named entities and topics from news articles

Notifications You must be signed in to change notification settings

D2KLab/jde-predict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jde-predict

Docker

docker-compose up

API

Prerequisites

  1. Python >= 3.9

Development

python app.py

Production

python -m gunicorn -w 1 app:app

Frontend

Prerequisites

  1. Node.js >= 10

Development

First, run the development server:

cd frontend/
npm ci
npm run dev

Open http://localhost:3000 with your browser to see the result.

Production

npm ci
npm start