Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Integrate Auto-Generating Blogs using Gemini AI for EzyShop #952

Open
5 tasks done
Titus210 opened this issue Oct 24, 2024 · 3 comments
Open
5 tasks done
Labels
enhancement New feature or request isn't me let you know pending question Further information is requested

Comments

@Titus210
Copy link

Description

Description:

Enhance the EzyShop platform by integrating an auto-generating blog feature powered by Gemini AI. This feature will automatically generate relevant blog posts related to local shopping trends, product highlights, and seasonal promotions, providing valuable content to users and improving SEO for the platform.

Objectives:

  • Integrate Gemini AI to generate blog content related to local shopping.
  • Automate blog post creation based on predefined topics or categories.
  • Schedule blog posts to be published at regular intervals to keep content fresh and engaging.
  • Enable user customization to allow specific interests to influence the type of content generated.

Screenshots

No response

Checklist

  • I have checked the existing issues
  • I have read the Contributing Guidelines
  • I'm a GSSoC'24-Extd contributor
  • I'm a Hacktoberfest'24 contributor
  • I am willing to work on this issue (optional)
@Titus210 Titus210 added the enhancement New feature or request label Oct 24, 2024
Copy link

Hello Titus210! Thanks for opening an issue in Ezyshop! 🚀

  • We'll get back to you as soon as possible.

  • Hope you star our Repo.

  • Join our Discord Server to collaborate and discuss further.

@mdazfar2
Copy link
Owner

mdazfar2 commented Oct 25, 2024

Hey @Titus210, that's a nice idea. Can you please tell me how you fetch images and which language you use for GeminiAI integration? I think it should be Python, right? If not, please tell me how it is possible, and one more thing, can we use GPT or any other platform instead of Gemini?

Kindly share examples where it has been implemented, or share images or a demo video of your previous work.

@mdazfar2 mdazfar2 added question Further information is requested let you know pending isn't me labels Oct 25, 2024
@Titus210
Copy link
Author

Hey @Titus210, that's a nice idea. Can you please tell me how you fetch images and which language you use for GeminiAI integration? I think it should be Python, right? If not, please tell me how it is possible, and one more thing, can we use GPT or any other platform instead of Gemini?

Kindly share examples where it has been implemented, or share images or a demo video of your previous work.

Gemini API uses Vertex AI, which can automatically generate content with Gemini and images using DALL·E 3. Here is an example of a project that demonstrates how we can automatically generate content using Gemini and DALL·E 3 from Google AI Studio. Yes, we will be using Python for the implementation. Gemini will be used for text content generation, which can also be substituted with any other text-generating model such as GPT; however, for images, the DALL·E 3 API is the most effective option in this context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request isn't me let you know pending question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants