Giter Site home page Giter Site logo

media-convertor's Introduction

Media Convertor Application

Assignment Project

Media Convertor is a cloud-based WAV to MIDI convertor system.

Requirements

  • Webpage should have an option to upload the WAV file for conversion
  • Webpage should allow link of WAV instrumental music file as input for conversion
  • After File conversion is complete, the MIDI file should be automatically downloaded

Working Demo

project_working

Tech Stack

Important libraries and frameworks used in this project:

  • Python - 3.8.10, Interpreted object-oriented programming language
  • Django - 3.2.8, High-level Python web framework that encourages rapid development and clean, pragmatic design
  • SQLite - 1.4.2, In-built Light Weight Database
  • gunicorn - Python WSGI HTTP Server for UNIX

Local Machine Setup

Step 1:

Python and Pip Installation

You may have python preinstalled. To verify other python requirements Installation, Run:

sudo apt-get install python3-pip python3-dev libpq-dev libsndfile1

Step 2:

Installing virtualenv:

sudo -H pip install virtualenv

Step 3:

Cloning the repository:

git clone https://github.com/nischay-dhiman/media-convertor.git
cd media-convertor

Step 4:

Activating the virtual env:

virtualenv MediaConvertor
source MediaConvertor/bin/activate

Step 5:

Installing all the required libraries and dependencies

pip install -r requirements.txt

Step 6:

Migrating tables for the first time

python manage.py migrate

Step 7:

Running the server on local

python manage.py runserver 0.0.0.0:8000

We can check website on our local machine browser:

http://0.0.0.0:8000/

We should see something like this in the browser:

image logo

media-convertor's People

Contributors

nischay-dhiman avatar

Watchers

 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.