-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Annotation web is built using a web-based python framework called Django. To learn Django we highly recommend the official tutorial, however make sure you use the tutorial for the correct version of Django. Annotation web currently use Django version 2.2.
By default annotation web uses a sqlite3 database for storing all annotations and users. The images themselves are not stored in the database, but stored on disk with the path to the images stored in the database. Sqlite3 is a single file-based database, so the database is stored entirely in a single file called db.sqlite3 located in the root folder of annotation web. To backup your database simply copy the db.sqlite3 file.
Wiki contents
- Development setup - Running annotation web locally on your machine
- Server setup - Running annotation web on a server
- Importing data
- Creating users
- Setting up an annotation task
- Exporting annotated data
Feel free to add content and edit this wiki (you need to be logged into a github account to do so). If you find any errors or mistakes you may also file an issue.