Description of the Dataset on the Coding daVinci Website
Welcome to our Coding daVinci repository. Please don't judge us on the current state of the Code. We know it is very messy and not well documented, but we are working on that. This Repository is the Backend of our project, providing a flask application that is called by out ReactApp. A Demo is currently hosted at flyer-explorer.fiz-karlsruhe.de
Also visit the Partner Project, which creates a Knowledge Graph with sparql-endpoint: flyer-explorer
- Clone this repo
-
git submodule update --init --recursive
- Create a venv/ conda env and enter it
-
python3 -m pip install -r requirements.txt
-
python -m spacy download de_core_news_md
-
cd src/flask_backend
-
FLASK_DEBUG=0 python3 -m flask run
-
cd WebAppAnsights
-
npm install
-
npm run
The latest docker image should be available to the right, under packages. Alternatively you can build it yourself:
Currently only a one-container setup is working:
docker build --tag anseights .
docker run --rm -p 80:3000 anseights