Skip to content

Commit

Permalink
Add citation information
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGamerGov authored Aug 5, 2022
1 parent 7acb45d commit cc87b74
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
abstract: "This project aims to simplify the process of creating custom DeepDream models by using pretrained GoogleNet models and custom image datasets."
authors:
- family-names: Egan
given-names: Ben
cff-version: 1.2.0
date-released: "2020-12-14"
identifiers:
- description: "This is the collection of archived snapshots of all versions of dream-creator"
type: doi
value: 10.5281/zenodo.6967391
keywords:
- "DeepDream"
- research
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/ProGamerGov/dream-creator"
title: "dream-creator"
version: 1.0.0
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Dream-Creator

[![DOI](https://zenodo.org/badge/288277298.svg)](https://zenodo.org/badge/latestdoi/288277298)

This project aims to simplify the process of creating a custom DeepDream model by using pretrained GoogleNet models and custom image datasets.

Here are some example visualizations created with custom DeepDream models trained on summer themed images:
Expand Down Expand Up @@ -292,4 +294,4 @@ python vis.py -model_file <bvlc_out120>.pth -layer mixed5a/conv_5x5_relu -channe

### Dataset Cleaning + Building & Visualization Tools

See [here](https://github.com/ProGamerGov/dream-creator/tree/master/data_tools) for more information on all the included scripts/tools relating to dataset creation, cleaning, and preparation.
See [here](https://github.com/ProGamerGov/dream-creator/tree/master/data_tools) for more information on all the included scripts/tools relating to dataset creation, cleaning, and preparation.

0 comments on commit cc87b74

Please sign in to comment.