Skip to content

A Rails API which accepts a BASE64 encoded image and returns a description in text

Notifications You must be signed in to change notification settings

EGiataganas/voicesnapit-backendAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoiceSnapIT

VoiceSnapIT is a backend API which integrates two image recognition services AWS Rekognition and Microsoft Computer Vision.

Dependency Version
Ruby 2.5.1
Rails 5.1.4
Postgresql 0.21

Getting Started

  1. Clone the project
[email protected]:EGiataganas/voicesnapit-backendAPI.git
  1. Install project's dependencies using bundler.
bundle install
  1. Next, migrate the database:
rake db:create db:migrate
  1. Run tests
rspec
  1. Startup the Server
rails server

About

A Rails API which accepts a BASE64 encoded image and returns a description in text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages