Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 672 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 672 Bytes

Bollyrics

Dataset and Codes for "Bollyrics: Automatic Lyrics Generator for Romanised Hindi" Paper: http://arxiv.org/abs/2007.12916

Bollywood/Hindi songs dataset from 1934 to 2019.

Generate a Bollywood song using:

git clone https://github.com/lingo-iitgn/Bollyrics.git
cd Bollyrics/ngram_implementation
python3 any_rhyme_sceme.py #Give Rhyming scheme as the input

Cite:

@article{jain2020bollyrics,
  title={Bollyrics: automatic lyrics generator for Romanised Hindi},
  author={Jain, Naman and Chauhan, Ankush and Chewale, Atharva and Mithbavkar, Ojas and Shah, Ujjaval and Singh, Mayank},
  journal={arXiv preprint arXiv:2007.12916},
  year={2020}
}