GithubHelp home page GithubHelp logo

pushp360 / audio-fingerprinting-fyp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gerald-lnj/audio-fingerprinting-fyp

1.0 0.0 0.0 3.22 MB

FYP project of Gerald Lau, submitted to the Nanyang Technological University in partial fulfillment of the requirements for the Degree of Bachelor of Engineering (Computer Science). An application to embed links into the audio track of videos, using audio watermarking and audio fingerprinting technology.

License: GNU General Public License v3.0

Shell 0.55% JavaScript 8.47% Python 43.72% HTML 0.85% Vue 45.66% Dockerfile 0.76%

audio-fingerprinting-fyp's Introduction

Audio Fingerprinting Application

This application is the Final Year Project of Gerald Lau. It applies Audio Fingerprinting and Audio Watermarking technologies to create an application that embeds and retrieves link into a video.

Table of Contents

Installation Instructions

Frontend Dependencies

  • Node.JS 12.13.0
  • NPM 6.12.0
  • Vue.JS 2.6.11

Backend Dependencies

  • Python 3.8.0
  • Flask 1.1.1
  • MongoDB 4.2.5
  • FFmpeg 4.2.2

For instruction on how to set up each component, refer to their respective READMEs:

Usage Examples

Tips

Run Mongodb as Service (Mac)

In development/production, it may be desirable to have MongoDB running in the background as a service.

If you have MongoDB installed using Brew, you can use this command:

brew services start [email protected]

Otherwise, just google around on running MongoDB as a service.

Run Flask Production Server Using Gunicorn

For this project, Gunicorn was chosen as a production server. A Gunicorn config file is provided in the Backend folder.

To run:

cd backend
gunicorn -c gunicorn.conf.py backend:app

You may also want to investigate running the Gunicorn script on startup as a service.

SSL in Production

As the Frontend requires access to the microphone, browsers will need to run in a secure context, i.e over HTTPS.

In development:

Localhost is excluded from this requirement. To test other domains, you can use a flag in Chrome to get around this:

In production:

One solution is to create a self-signed SSL certificate to use with the Apache server for the Frontend, and with Gunicorn for the backend.

Read more here:

audio-fingerprinting-fyp's People

Contributors

dependabot[bot] avatar gerald-lnj avatar

Stargazers

 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.