Skip to content

itsOwn3r/meme-finder

 
 

Repository files navigation

Meme Finder

This is a great project to keep track of your Memes. This project is made to be run on localhost, where Tesseract extracts text from the image and saves it to the database; alongside all the other data that can be set for the Meme. See Here

You can search for the Memes, by:

title

description

OCR

category

source

tags

Meme-Finder-min

Keep in mind

  • Sending new Memes: In prisma.schema I've set isActive to false by default. in this case, after sending a new Meme, 404 page should appear. if isActive is set to true, you would be redirected to the new Meme's page.
  • Tesseract: If you want to use Tesseract, after installing it, you should set an environment variable IS_OCR_ACTIVE="yes".
  • Uploading images: Im using Cloudinary here, so don't forget to set cloud_name and upload_preset as environment variables.

About

Meme Finder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 84.5%
  • JavaScript 13.4%
  • HTML 1.1%
  • CSS 1.0%