https://github.com/parbhat-cpp/gencap
AI social media captions generator
https://github.com/parbhat-cpp/gencap
ai llama react shadcn-ui tailwindcss
Last synced: about 1 month ago
JSON representation
AI social media captions generator
- Host: GitHub
- URL: https://github.com/parbhat-cpp/gencap
- Owner: parbhat-cpp
- Created: 2024-12-07T07:19:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T03:15:25.000Z (over 1 year ago)
- Last Synced: 2025-01-20T05:09:52.450Z (over 1 year ago)
- Topics: ai, llama, react, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://parbhat-cpp.github.io/gencap/
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenCap
GenCap is a web app which generates social media captions by using Llama vision AI.
Follow the simple steps to generate captions:-
- Click on upload an image to select image from local storage.
- You can also select the length of the captions (optional).
- If you want to provide some additional information with the image you may provide it here (optional).
- There are three buttons Upload image, Generate captions and remove image. To generate captions first you have to upload image and then click on generate captions.
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`VITE_BASE_URL` = CLIENT URL
`VITE_BACKEND_URL` = SERVER URL
## Installation
Create a fork and clone repository. After that install dependencies
```bash
npm install
```
To run on dev environment
```bash
npm run dev
```
To create a build
```bash
npm run build
```
## Tech Stack
**Client:** React, TailwindCSS, Shadcn
**Server:** Node, Express, Cloudflare R2, Llama vision AI API
## Authors
- [@parbhat-cpp](https://www.github.com/parbhat-cpp)