Skip to content

Commit

Permalink
Fixed lists at end of README, changed package name for Gradle build t…
Browse files Browse the repository at this point in the history
…o resolve conflict on Play Store, added a privacy policy since it is required by the Play Store.
  • Loading branch information
teiszler committed Jan 8, 2018
1 parent 58224c9 commit 7ec1599
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 15 deletions.
33 changes: 33 additions & 0 deletions PRIVACY_POLICY.md
@@ -0,0 +1,33 @@
# PRIVACY POLICY FOR OpenRTiST

This privacy policy governs your use of the software application OpenRTiST (“Application”) for mobile devices that was created by CMU Satya Lab. The Application transforms live video frames into the style of various artworks.

## User Provided Information
You do not provide any information when you download and use the Application.

## Automatically Collected Information
The Application accesses your camera when you run it. The application does not automatically collect, use, nor store any information.

## Does the Application collect precise real time location information of the device?
The Application does not collect precise information about the location of your mobile device.

## Do third parties see and/or have access to information obtained by the Application?
No.

## What are my opt-out rights?
You can stop all collection of information by the Application simply by uninstalling the Application. You may use the standard uninstall processes as may be available as part of your mobile device or via the mobile application marketplace or network.

## Data Retention Policy, Managing Your Information
We do not retain nor store your information.

## Children
We do not use the Application to knowingly solicit data from or market to children under the age of 13.

## Changes
This Privacy Policy may be updated from time to time for any reason. We will notify you of any changes to our Privacy Policy by posting the new Privacy Policy onto the Google Play Store. You are advised to consult this Privacy Policy regularly for any changes, as continued use is deemed approval of all changes.

## Your Consent
By using the Application, you are consenting to our processing of your information as set forth in this Privacy Policy now and as amended by us. "Processing,” means using cookies on a computer/hand held device or using or touching information in any way, including, but not limited to, collecting, storing, deleting, using, combining and disclosing information, all of which activities will take place in the United States. If you reside outside the United States your information will be transferred, processed and stored there under United States privacy standards.

## Contact Us
If you have any questions regarding privacy while using the Application, or have questions about our practices, feel free to contact us.
28 changes: 14 additions & 14 deletions README.md
Expand Up @@ -205,23 +205,23 @@ Make sure to change IP address of GABRIEL_IP variable at src/edu/cmu/cs/gabriel/
This project utilizes work from the following sources:

__List of Featured Artworks__
Udnie (Francis Picabia)
Rain Princess (Leonid Afremov)
Les Femmes d'Alger (Pablo Picasso)
A Sunday Afternoon on the Island of La Grande Jatte (Georges Seurat)
The Rise of the Carthaginian Empire (J.M.W. Turner)
The Scream (Edvard Munch)
The Starry Night (Vincent Van Gogh)
candy painting (from https://github.com/pytorch/examples/tree/master/fast_neural_style)
mosaic painting (from https://github.com/pytorch/examples/tree/master/fast_neural_style)
* Udnie (Francis Picabia)
* Rain Princess (Leonid Afremov)
* Les Femmes d'Alger (Pablo Picasso)
* A Sunday Afternoon on the Island of La Grande Jatte (Georges Seurat)
* The Rise of the Carthaginian Empire (J.M.W. Turner)
* The Scream (Edvard Munch)
* The Starry Night (Vincent Van Gogh)
* candy painting (from https://github.com/pytorch/examples/tree/master/fast_neural_style)
* mosaic painting (from https://github.com/pytorch/examples/tree/master/fast_neural_style)

__Stanford University__
[Perceptual Losses for Real-Time Style Transfer and Super-Resolution](https://arxiv.org/pdf/1603.08155.pdf)
[Pytorch Fast Neural Style](https://github.com/pytorch/examples/tree/master/fast_neural_style)
* [Perceptual Losses for Real-Time Style Transfer and Super-Resolution](https://arxiv.org/pdf/1603.08155.pdf)
* [Pytorch Fast Neural Style](https://github.com/pytorch/examples/tree/master/fast_neural_style)

__University of Tübingen__
[A Neural Algorithm of Artistic Style](https://arxiv.org/abs/1508.06576)
* [A Neural Algorithm of Artistic Style](https://arxiv.org/abs/1508.06576)

__Carnegie Mellon University__
[Towards Wearable Cognitive Assistance](http://dl.acm.org/citation.cfm?id=2594383)
[Gabriel](http://github.com/cmusatyalab/gabriel)
* [Towards Wearable Cognitive Assistance](http://dl.acm.org/citation.cfm?id=2594383)
* [Gabriel](http://github.com/cmusatyalab/gabriel)
2 changes: 1 addition & 1 deletion gabriel-client-openrtist-android/app/build.gradle
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion '25.0.0'

defaultConfig {
applicationId "edu.cmu.cs.gabriel"
applicationId "edu.cmu.cs.openrtist"
minSdkVersion 16
targetSdkVersion 23
}
Expand Down

0 comments on commit 7ec1599

Please sign in to comment.