https://github.com/matheussc017/postsuggestion
Class to suggest Posts for Social Midia using the ChatGPT tecnology
https://github.com/matheussc017/postsuggestion
chatgpt openai-api
Last synced: 28 days ago
JSON representation
Class to suggest Posts for Social Midia using the ChatGPT tecnology
- Host: GitHub
- URL: https://github.com/matheussc017/postsuggestion
- Owner: MatheusSC017
- License: mit
- Created: 2024-03-27T10:40:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:09:15.000Z (over 1 year ago)
- Last Synced: 2024-10-29T13:11:41.496Z (over 1 year ago)
- Topics: chatgpt, openai-api
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostSuggestion
This project consists of creating a class for creating, updating and translating posts for social networks. The client can insert the characteristics of the product, service or event that will be the subject of their post and define some parameters such as number of characters, amount of emojis, language and others. After its creation, the post can be updated to make adjustments, in addition to being translated into other languages.
## Requirements
### Libraries
Use the command below to install all the necessary libraries
> pip install -r requirements.txt
You will need to create a .env file in the root of your project with an environment variable called OPENAI_KEY that represents the API key to access OpenAI models like GPT and Dall-e
## Using the project
The project can be run with a user interface using the commands below.
> python interface.py