Giter VIP home page Giter VIP logo

imagineaudio's Introduction

QuickSongs

An application that will take a popular song (or self made master piece) and create a slide show based on the contents of the song.

Check it out in action here

Technologies in Play

  • The website is created using the latest version of Angular.
  • Speech is passed through Watson's Speech to Text API for a quick translation
  • The translated speech is then put through Microsoft's Text Analytics API to determine key phrases in the audio file.
  • These key phrases are then run through Microsoft's Bing Image Search API to find relevant images to build our slideshow
  • The results are then streamed to the original webpage and synced with the audio.
  • Let the entertainment ensue!

Requirements

  • Node
  • Yarn (Could use npm install, but I've only tested with Yarn)
  • http-server (installed globally)
  • @angular/cli (installed globally)

Running the Project

After cloning the project, you will need to open 2 terminals. Anything that looks like this should be run in the terminal.

First Terminal (Extra server to deal with cors issues)

  1. Navigate to the root directory of the project
  2. yarn install
  3. node test_server.js
  4. Occassionally you will have to check back to make sure the server is running. Sometimes it crashes because of a bad request.

Second terminal

  1. Navigate to the "slideshow-generator" folder
  2. yarn install
  3. ng serve
  4. This will host the server on port 4200.
  5. In a web broswer, go to http://localhost:4200

imagineaudio's People

Contributors

hamzahzia avatar clener avatar romirpatney avatar

Watchers

James Cloos avatar Jesse-Daniel Belleau-Karaskewich avatar  avatar

Forkers

hamzahzia

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.