8000 GitHub - SalehHindi/explainthejoke: Uses multimodal models to explain jokes found on the internet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SalehHindi/explainthejoke

 
 

Repository files navigation

This project explains jokes found on the internet. You can upload an image, and it explains the joke to the best of its ability. Inspire by r/PeterExplainsTheJoke

How it works

Lorem Ipsem

Running Locally

Note: I just added auth so these steps are not complete as of now. You can git clone from this specific commit.

Cloning the repository the local machine.

git clone

Creating a account on Replicate to get an API key.

Storing API key in .env file.

Create a file in root directory of project with env. And store your API key in it, as shown in the .example.env file.

If you'd also like to do rate limiting, create an account on UpStash, create a Redis database, and populate the two environment variables in .env as well. If you don't want to do rate limiting, you don't need to make any changes.

Installing the dependencies.

npm install

Running the application.

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev

One-Click Deploy

Powered by

This example is powered by the following services:

About

Uses multimodal models to explain jokes found on the internet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.3%
  • CSS 2.6%
  • JavaScript 2.1%
0