Skip to content

Kystvakt/tagbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TagBase: Tag-Based Music Search and Recommendation Service

This is a team project by K-Digital AI Service Development Bootcamp trainees from 8 to 23 February 2022. The purpose of this project is to make a working web service with the knowledge we have learned from the course.

unnamed

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What you need to install

Dev environment settings

You may need following Python libraries:

You can install these libraries with the commands below.

pip install requests
pip install lxml
pip install selenium
pip install numpy

Setting up Django

> django-admin startproject [mysite]
> python manage.py startapp [application]

Copy and paste, or edit your directory and files like this repository.

> python manage.py migrate
> python manage.py runserver

Open an internet browser, and go to 'localhost:8000/tagbase/main'.

Built With

  • Django - The web framework used
  • MySQL - The database used

Contributing

  1. Fork https://github.com/Kystvakt/tagbase/
  2. Make a new branch with git checkout -b feature/foobar
  3. Commit with git commit -am 'Add some foobar'
  4. Request pull

Team Members

The names are listed in alphabetical order.

Acknowledgments

  • With grateful thanks to all whose code was used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •