https://github.com/devbambino/influencergpt
A next.js project created for the Google AI Hackathon
https://github.com/devbambino/influencergpt
Last synced: about 1 year ago
JSON representation
A next.js project created for the Google AI Hackathon
- Host: GitHub
- URL: https://github.com/devbambino/influencergpt
- Owner: devbambino
- Created: 2024-04-17T16:04:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T05:03:23.000Z (about 2 years ago)
- Last Synced: 2025-02-04T21:51:27.066Z (over 1 year ago)
- Language: TypeScript
- Size: 5.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InfluencerGPT v1
🚀 Unveiling InfluencerGPT: Your AI-Powered Content Creation Companion!
This innovative app is designed to streamline the social media presence of small businesses and individuals by transforming text, images, or URLs into engaging posts. 🤯
## Features
Here's what it offers:
- 🪄 **Automated Post Generation:** Craft compelling social media content from various inputs, saving you time and effort.

- ✂️ **Twitter Thread Creation:** Seamlessly convert your post into a captivating Twitter thread for maximum engagement.

- 📲 **Effortless Sharing:** Share your generated content directly to LinkedIn, Facebook, Instagram, or Twitter/X with a single click.

- 🧠 **Powered by Gemini Pro:** Leverages advanced AI capabilities for top-notch content quality.

- 🛡️ **Committed to Responsible AI:** We've implemented safety measures to prevent our AI from generating harmful content. This includes filtering for categories like harassment, hate speech, sexually explicit material, and dangerous suggestions.

- 💻 **Responsive Design:** Enjoy a user-friendly experience across all devices.
## How to use it
### Install all the dependencies
`npm install`
### Create .env in root
Include your Google Gemini API key there with the variable name:
`GOOGLE_API_KEY="your_key_here"`
### Run the app
`npm run dev`
## Troubleshooting
The feature generating a post from an url is doing web scraping to extract the text from the web page shared. If you are running the app in Localhost then a Cross-Origin Resource Sharing (CORS) issue would occur. To fix the issue you would need to use the Firefox web browser and install the extension [CORS Everywhere](https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/).
## Tech behind
This app is using Google AI API for connecting to Gemini Pro 1.5 LLM.
## Copyrights
All copyrights reserved to Dev Bambino user, 2024. The commercial use of the code provided in this repository is forbidden without express authorization.