Coder Social home page Coder Social logo

listen-to-photo's Introduction

Music Recommendation Website

To use Our project, you need to:

First, install Google SDK, and set up the Google cloud project. Second, enable Google Cloud Vision API and YouTube Data API v3. Third, install MogoDB and import the data to database Last, import v.xiaocase project as a Maven porject.

To use the Google API, you need to:

1.Install the Google SDK, which connect your code to Google server.(https://cloud.google.com/sdk/)

2.Go to you Google cloud console, create a project and enable the Google vision API on that project.

3.Go to API manger-Credentials and create a services account key. You will get a Json file. Keep it somewhere, you will need it latter.

4.Open a Terminal, type: gcloud auth application-default login

You will be asked to login your google account.

5.After login, you will see the default Credentials has been save in some folder. Find that folder and copy the previous Credentials into the folder replace the old one.

To use MongoDB, you need to:

1.install mongoDB.

2.Import the data use this CMD(in you mongoDB bin folder):

mongoimport --db songs --collection song --type csv --headerline --ignoreBlanks --file /you-file-path/songs.csv

Now you can run the project without UI.

To run the project on UI, you need to do more: 1.Import the HelloWorld maven project.

2.Place the v.xiaocase-0.0.1-SNAPSHOT.jar in your local computer

3.Change the path to your v.xiaocase-0.0.1-SNAPSHOT.jar location in HelloWorld.java

alt text

listen-to-photo's People

Contributors

kaiyingzhang avatar

Watchers

James Cloos avatar

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.