Skip to content

SergeyMorugin/ostagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ostagram

Данное web-приложение является web надстройкой над программой по обработке изображения нейронными сетями. Для создания картин используется сверточные нейронные сети и алгоритм художественно стиля by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge. Более подробно с этим можно ознакомиться по ссылке на GitHub ниже.

This program presents web-service for algorithm combining the content of one image with the style of another image using convolutional neural networks.

Requirements

Test with Rails 4.2

Installation

Для работы web-приложения необходимо создать config.secret в папке config примерно со следующим содержанием:


token:

production: - ключ сессии

workservers:

server1:
  host: "deploy" - адрес удаленного сервера для обработки
  username: "deploy" - логин
  password: "пароль"
  remote_neural_path: "/home/deploy/neural-style" - путь где распологается сеть
  init_params: "-gpu -1 -image_size 100" - строка инициализации для сети
  iteration_count: 10 - количество итераций обработки
  admin_email: "почта_админа@gmail.com"

smtp_settings:

address: 'smtp.gmail.com'
port: 587
domain: 'gmail.com'
user_name: 'почта_отправки_результата@gmail.com'
password: 'пароль'
authentication: 'plain'
enable_starttls_auto: true

More Information

Для обработки используется данный алгоритм github.com/jcjohnson/neural-style

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published