Skip to content

debanjana-a11y/memelogy

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Memelogy

If memes are an art, why don't we know their creators?

About The Project

Memelogy screenshot

Memes have become a form of mass communication, every day we see dozens of them but we rarely know who the creators are. Based on this I created Memelogy an app that allows you to publish your memes and through AI find who was the original author of almost any meme you can imagine.

Back to top ๐Ÿ”ผ

Getting Started

Backend

Install the dependencies:

$ cd backend && pip3 install -r requirements.txt

Add environment variables:

cd backend
touch .env
echo "DETA_PROJECT_KEY=**YOUR_KEY**" >> ".env"
echo "DETA_PROJECT_KEY=**YOUR_ID**" >> ".env"

Run in dev mode:

$ cd backend && python3 main.py

Frontend

Install the dependencies:

$ cd frontend && npm install
// or
$ cd frontend && yarn

Run in dev mode:

$ cd frontend && npm run dev
// or
$ cd frontend && yarn dev

Built With

Back to top ๐Ÿ”ผ

Contributing

Contributions are what make the Open Source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a Pull Request. You can also simply open an issue with the tag enhancement.

Don't forget to give the project a star โญ! Thanks again!

  1. Fork the project

  2. Clone the repository

git clone https://github.com/@username/memelogy
  1. Create your Feature Branch
git checkout -b feature/AmazingFeature
  1. Push to the Branch
git push origin feature/AmazingFeature
  1. Open a Pull Request

Back to top ๐Ÿ”ผ

License

Distributed under the MIT License. See LICENSE for more information.

Back to top ๐Ÿ”ผ

Contact ๐Ÿ“ญ

Juan Almanza @scidroid @scidroid - hi@scidroid.co

Back to top ๐Ÿ”ผ

About

๐Ÿ˜† MaaS (Memes as a Service)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.7%
  • CSS 20.1%
  • Python 15.2%
  • HTML 1.9%
  • Shell 0.1%