A custom song lyric generator that generates song lyrics based on user input.
http://paatukari.herokuapp.com/
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:
In this first part of the project, I trained an ml model using google colab.
Build a flask webapp to take input from the user and to predict new images using the trained model.
- Adith P Anandhan [https://github.com/cloneartist]
- Adityakrishnan [https://github.com/adi-code22]
BFH/recF8NlSP3G7kZDkA/2021
We have deployed the current model to Heroku You can See the webapp here:http://paatukari.herokuapp.com/
This project requires Python 3.x and the following Python libraries installed:
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. 😃
It's also easy to customize the ui and include your own models in this app.