Skip to content

Quotify-Bot/quotify-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo


Submission for Hack&Roll 2021

Website · Devpost

About

Quotify helps you turn your words into inspiration by using Machine Learning to generate quotes. Simply enter a starting phrase and quotify will complete it to give you a compelling and inspiring quote.

The model was trained by finetuning GPT2 (a state-of-the-art language model) on a quotes dataset. A list of quotes which were inspiring or motivating were compiled and used from this dataset. By doing so, GPT2's ability to generate English text was tuned to generate quotes (transfer learning).

The code for the model training can be found here.

The model was deployed using Docker and FastAPI. The code for deployment can be found here.

Inspiring Quotes

Some of the inspiring quotes that were generated by the model:

"Friendship is like a flower. when it blooms, it beautifies this world with its fragrance."


"Life is like travelling through time so stop being afraid of taking a chance and start appreciating where you are in life."


"Motivation will drive you to action, which in turn attracts inspiration from beyond."


"In the end, it is necessary to discover your inner beauty and truth."


"Your beauty and kindness can melt any hardness on the face of a savage world"

Deployment

Deployed on Netlify

Built With

Team