Skip to content

borgnetzwerk/integrationindri

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thesis

This code was created as part of the master's thesis 'A digital knowledge infrastructure to provide information on scientific videos and podcasts' and is responsible for the infrastructure's integration and import functionality. For the other building blocks of the infrastructure see:

For the code used to analyze the survey in this thesis, see: https://github.com/xEatos/survey-auswertung

If you would like to cite this work:

@article{stehr_digitale_2025,
	title = {Eine digitale {Wissensinfrastruktur} zur {Bereitstellung} von {Informationen} über wissenschaftliche {Videos} und {Podcasts}},
	url = {https://repo.uni-hannover.de/handle/123456789/19141},
	doi = {10.15488/18996},
	language = {ger},
	urldate = {2025-04-29},
	author = {Stehr, Niklas},
	month = apr,
	year = {2025},
	note = {Publisher: Hannover : Gottfried Wilhelm Leibniz Universität},
}

Setup

Install the dependencies in a virtual env:

python -m venv .venv

.venv/Scripts/activate

pip install -r /path/to/requirements.txt

Get Started

Start server:

flask --app server run

NGROK

# to access the integration indri flask server on port 5000 via a tunnle
<path to ngrok executable> http --url=<your-static-domain.app> http://127.0.0.1:5000

About

integration mirco service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%