/quotify-frontend

AI-powered inspirational quote generator

Primary LanguageJavaScript


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

Deployment

Deployed on Netlify

Built With

Team