Skip to content

Flask-based file drop on sterioids, powered by Apache Tika

Notifications You must be signed in to change notification settings

schopenhauer/tikka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tikka

Tikka is a plain-vanilla Flask web frontend, which lets you upload, download and analyse a variety of documents. The app is ready to be deployed on Heroku-ready and works out of the box with Python 3.10.

Usage

First, install the necessary Python packages.

pip install --user virtualenv
pip install -r requirements.txt

Next, activate a virtual environment and start the Flask web frontend running on port 5000 (by default).

source env/bin/activate
flask run

Getting hungry?

Yes, me too.

License

The app is available as open source under the terms of the MIT License.

About

Flask-based file drop on sterioids, powered by Apache Tika

Topics

Resources

Stars

Watchers

Forks