cloneartist / SitharaBot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 53.0%Language:CSS 24.7%Language:HTML 20.2%Language:Dockerfile 2.1%