DocClassification is a seed project for document classification.
User interface support for
- Creating pipelines
- Creating new labels
- Training documents
- Classifying documents
Check out the API documentation.
- JDK -
1.8.0
- Activator - sbt launcher version
0.13.8
(https://www.lightbend.com/activator/download) - MongoDB -
3.6.2
(https://www.mongodb.com/download-center#community)
- Play -
2.5.9
- Spark (core, sql, mllib) -
2.0.1
- Morphia -
1.2.1
- Angular -
1.5.8
- Bootstrap -
3.3.6
- Rename application.local.conf.back to application.local.conf
- Fill in database credentials
morphia.db.name
is the database that stores DocClassification related informationmorphia.amelie.db.name
is the database that sotres projects, issues, etc.
- From the command prompt execute
activator run
or userun.bat
- Application is available at
localhost:9000
- Change the database configurations according to the instructions in
application.local.conf
- Start the application stack using
docker-compose up
To find out how to use DocClassification, please checkout out the DocClassification wiki.