Skip to content

TarunKamboj/Sargam

Repository files navigation

SARGAM

About the music app will come here...........

Requirements

Library Version
Algorithmia 1.3.0
Flask 1.1.2
Jinja2 2.11.2
Matplotlib 3.2.2
NumPy 1.19.0
Pillow 7.2.0
simplejson 3.13.2
six 1.15.0
urllib3 1.25.9
Werkzeug 1.0.1

Setup

Create Virtual Environment (Windows)

  1. Install pip

    • Open the terminal (CMD or Powershell)
    • py -m pip install --upgrade pip
    • py -m pip --version
  2. Installing virtualenv

    • py -m pip install --user virtualenv
  3. Creating a virtual environment

    • py -m venv env
  4. Activating a virtual environment

    • .\env\Scripts\activate

Installing packages

  • pip install -r requirements.txt

How to run

  • In your terminal, type python app.py
  • Visit http://localhost:5000 in a web browser
  • Enjoy the music!
  • When the playlist ends, if you want to listen more, click on 'Get more music'

Data credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published