Skip to content

Repository for the Data Science API in Master Sound project.

License

Notifications You must be signed in to change notification settings

MasterSoundC5/MasterSoundDataScience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MasterSoundDataScience

Repository for the Data Science API in Master Sound project.

Installing on UNIX systems

  1. Create a virtual environment with python module venv:

$ python3 -m venv venv

  1. Add the following lines at the bottom of the activate file inside venv/bin/:
export FLASK_ENV="development"
export FLASK_APP="entrypoint:app"
export APP_SETTINGS_MODULE="config.default"
  1. Activate the virtual environment:

$ source venv/bin/activate

  1. Install the required libraries from the requirements.txt file with pip:

$ pip install -r requirements.txt

  1. Start flask server running:

$ flask run

About

Repository for the Data Science API in Master Sound project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages