Giter Club home page Giter Club logo

darkflow-nlp-persian-music-recommendation-on-lyrics's Introduction

Darkflow Persian Music Recommendation on Lyrics

GitHub license

About

the target og this project is identifying topic of each persian song, whith unsupervised process by LDA method of topic modelling

Online Test in Colab

We currently have three topics : Gang/Diss & Romantic & Religious you can test online this AI model in the link below:

Open In Colab

DataSet

data set contains 800 lyrics of Hip Hop Gang/Diss Tracks & Romantic songs & Religious songs i fetch 554 lyric from RadioJavan songs with RadioJavanApi and fetch 225 lyric from beharalashar with web scrapping and insert all to Postgresql database

Natural Language Processing Libraries

i used Stanza and Hazm for natural language processing for Perian language

LDA Training

i used tomotopy library for LDA training

Stop Word

for remove Stop Words, i used Stop Word list prepared by Rahmani Dashti

Files & Package Structure

├── data                          # For data handling
│   ├── Database.py               # Interaction with database   
│   ├── FetchSongRadioJavan.py    # Fetch lyrics from RadioJavan
│   └── WebScrappingPraise.py     # Fetch lyrics from Beharalashar
|
├── model                         # Model classes
│   ├── SongCategory.py           # Song Category Enum
│   └── SongTokensModel.py        # Song Tokens Model
|
├── nlp                           # NLP Classes         
│   ├── CountVector.py            # Count Vector
│   ├── LDAModelTraining.py       # LDA Model training & test       
│   ├── NlpProcess                # normalize & tokenize & lemmatize   
│   └── StopWords.py              # check each token is StopWord
|
├── resources                     # resource files
│   ├── word-cloud.png            # word cloud image
│   ├── stopwords_all.txt         # list of stopwords
│   └── test_data.txt             # text file to insert lyric to test model 
|
├── training_model                
│   └── lda_model.bin             # prepared model
│
└── utils                
    └── utils.py                  # utils for check has numbers & remove punctuation

License

MIT License

Copyright (c) 2021 Mohammad amin abbasi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

darkflow-nlp-persian-music-recommendation-on-lyrics's People

Contributors

mohammadaminabbasi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.