Skip to content

This is a hackathon projects which is helpful in content creation for generating image and posting them in the portal

Notifications You must be signed in to change notification settings

Nilesh-chaudhary/GPT-9.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIShacKs

AIShacks is a content media app that allows users to generate images and other content by entering a description and posting it directly within the app. Users can engage with each other by liking, commenting, following, or adding friends. The app utilizes the DALL-E API from OpenAI to generate images, and it was developed using the MERN stack.

The app also features gamification, where users receive 15 credits every month that they can use to generate images. Each image requires one credit. Moreover, users can earn additional credits based on the number of likes their posts receive. Specifically, for every 10,000 likes on a user's post, they will receive one credit.

Please let us know if you need any further details regarding the app.

Checkout Demo Video!

Click below gif to get to the video!

AIShacKs Demo

Basic overview

Register page

Login page

Home page UI

Posts UI

Light mode page UI

Profile page UI

Image generation example

Before :

Generation :

Generated Image :

Posted Image :

Overview :

As shown above, Given UI elements are creates using MaterialUi framework. You can switch between dark and ligh mode in the App. The count of post, nunber of likes, credits are all Dynamic (inc and dec based on logic of app). I Used all my openAi credits while creating and testing the app, so currently using my friends credits.

Resources used :

  • Open AI's API to generate image
  • Cloudinary's API to store images of post
  • MongoDB Atlas to store data related to post and users.
  • NODEJS, REACTJS etc to create Application

Installation Guide :

GIVE a Star to the repository in top-right corner
Fork the repo into Your account
Go into the local IDE and write git clone "forked repo's link" in CLI
cd client 
npm install
npm start
cd server 
create .env file and enter all the details mentioned in .example_env file
npm install
node index.js/ nodemon index.js
you can reach out to me if got any errors

Future scopes :

  • Adding chat feature to chat with friends
  • As the newer versions of Gpt will be launched in near future, GPT can come up with generating video feature. so that also can be included in the app.
  • UI/UX can be improved more for better experience.
  • Profile image can also be edited using this API
  • New version of GPT could be trained on newer data daily, so user can also generate latest news post in the app and share with everyone else.
  • future of this app is really leveraging

About

This is a hackathon projects which is helpful in content creation for generating image and posting them in the portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published