Skip to content

A ML Based Web app to generate custom lyrics based on user input.

Notifications You must be signed in to change notification settings

cloneartist/SitharaBot

 
 

Repository files navigation

Paatukari.ml

A custom song lyric generator that generates song lyrics based on user input.

http://paatukari.herokuapp.com/

BFH Banner

Paatukari.ml

In this project, I built a flask web application that uses the lyrics of songs by sithara and then predict the lyrics based on user input. This project is divided to two parts:

Part 1 - Developing an ml model in colab

In this first part of the project, I trained an ml model using google colab.

Part 2 - Building the flask application

Build a flask webapp to take input from the user and to predict new images using the trained model.

Team members 🙋

  1. Adith P Anandhan [https://github.com/cloneartist]
  2. Adityakrishnan [https://github.com/adi-code22]

Team Id 🔑

 BFH/recF8NlSP3G7kZDkA/2021

Link to product walkthrough 📺

(https://bit.ly/2SnecIg)

Live URL 📡

We have deployed the current model to Heroku You can See the webapp here:http://paatukari.herokuapp.com/

Libraries used 📚

This project requires Python 3.x and the following Python libraries installed:

How to configure 🔧

How to Run

Local Installation

It's easy to install and run it on your computer.

# 1. First, clone the repo
$ git clone https://github.com/adi-code22/SitharaBot.git

# 2. Install Python packages
$ pip install -r requirements.txt

# 3. Run!
$ python app.py

Open http://localhost:5000 and have fun. 😃

Customization 💻

It's also easy to customize the ui and include your own models in this app.

Details

Use your own model

Place your trained .h5 file saved by model.save().

UI Modification

Modify files in templates and static directory.

index.htmland style.css for the UI of webapp

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.0%
  • CSS 24.7%
  • HTML 20.2%
  • Dockerfile 2.1%