README.md in faceapp-0.1.0 vs README.md in faceapp-0.1.1
- old
+ new
@@ -1,30 +1,16 @@
# Faceapp
Faceapp is neural-network face manipulation application for smartphones.
-https://play.google.com/store/apps/details?id=io.faceapp&hl=ru
-https://itunes.apple.com/us/app/faceapp-free-neural-face-transformations/id1180884341
-
This gem provides command-line utility and Ruby library to utilize Faceapp API without using smartphone application.
-## Installation
+Faceapp Application is available on Google Play and Apple App Store:
-Add this line to your application's Gemfile:
+* https://play.google.com/store/apps/details?id=io.faceapp
+* https://itunes.apple.com/us/app/faceapp-free-neural-face-transformations/id1180884341
-```ruby
-gem 'faceapp'
-```
-
-And then execute:
-
- $ bundle
-
-Or install it yourself as:
-
- $ gem install faceapp
-
## Usage
### Commandline utility
```bash
@@ -51,10 +37,11 @@
**Example:**
```bash
$ faceapp female hitler.jpg adolfina.jpg
+$ faceapp female - < hitler.jpg > adolfina.jpg
```
### Ruby library
```ruby
@@ -87,9 +74,27 @@
# render fancy progress bar
end
# => 100500 # Returns total bytes count
```
+
+
+## Installation
+
+Add this line to your application's Gemfile:
+
+```ruby
+gem 'faceapp'
+```
+
+And then execute:
+
+ $ bundle
+
+Or install it yourself as:
+
+ $ gem install faceapp
+
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).