This repo is a part of the DeepShot project. It was created by two students (AntonGitName and Semionn) from St Petersburg Academic University.
DeepShot project consists of:
The idea of the project: Create a mobile application that can be used to create images stylized as a famous painting from your camera shots.
This application is not published on any android app market, so if you want to try it on your android you have to choivces:
- Build from sources:
- Type
./gradlew build
and you will get a ready jar file - create SQLite database in
./resources/
folder nameddeepshot.db
with scheme from the same folder - add a few styles to the database (create images in folder
./images/STYLE/
and insert their url into database tableStyle
) - run application by typing
java -jar %jar_file_name% [port]
. Specify server's port if you are not okay with default 8080
- Download latest version of jar file here with simple script that will create sample database and start the server for you. To run script type
./run_server.sh