Make better Copies with Anti-Lorem

·

2 min read

Had enough of lorem ipsum?

Antilorem is a Swiss-army knife for your content creation. It can be used to generate new content or complete your text, paraphrase and also summarise your content.

With Antilorem,All You Need Is A Story.

Content isn't easy to create. You know that. You've built web pages, landing pages, and even apps before. And whenever you have to put in the placeholder text? Yep, there's lorem ipsum.

Antilorem does the hard part for you - generating intelligible text for your new product landing page.

My hope for This tool is that it will eliminate the most common source of writer's block, creating compelling content. I also contributed to planetscale while building this tool, one has been merged. My second contribution hasn't been merged yet :).

Anti Lorem is built with:

  • Django
  • React(Mantine UI)
  • Planetscale for DB

Features

  • Content Generation.
  • Text Paraphrase.
  • Story Summarisation.

Content Generation

This was built with Gpt neo-J with an API provided by banana dev. You can specify any length of text you want. The lengthier the content the more time it would take to generate.

Text Paraphrase

This was built with parrot, a python based NLP paraphrase tool. Check it out here. I also contributed to parrot while building this. A typo fix. One thing you should note when setting up parrot, you need a minimum of 4GB ram. Antilorem is running on an Ubuntu instance(8GB).

Demo: Check it out.

Github Repo: link

Todo:

  • Make the API more robust.

#PlanetScaleHackathon #PlanetScale #React