Code Monkey home page Code Monkey logo

lyricallines's Introduction

Lyrical Lines

About the Project

Lyrical Lines is a Django web app that accepts a song (Artist and Title) and provides a summary of each song’s lyrics and a list of any countries mentioned in the song.

Table of Contents

Key Features

  • As an admin, you can add a song by providing the artist's name and song title.
  • Once the song has been processed by the app, you can see a summary of the song's lyrics in one sentence (e.g., "This song is about love and growing up").
  • You can see a list of countries mentioned in the song (or an empty string if no countries are mentioned).

Installation

  1. Clone the repository:
    git clone https://github.com/devketanpro/LyricalLines
  2. Make sure you have Docker installed on your machine.
  3. Navigate to the project directory:
    cd LyricalLines
  4. Create a .env file with your own credentials for now:
    cp sample.env .env
  5. Build the project using Docker Compose:
    make build
  6. Start the server:
    make start
  7. Create a superuser:
    make createsuperuser
  8. Enter the Django shell:
    make shell
  9. Stop the containers:
    make down
  10. Open your web browser and visit: http://localhost:8000

Notes

  • Musixmatch only provides a part of the lyrics.
  • Uses OpenAI GPT API for summarizing lyrics and getting a list of countries.

lyricallines's People

Contributors

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