A personality identifier of the person who wrote the story. This project aims to provide the personality attributes that a person possesses based on a story written.
- Problem Statement:- Picture Perception and Discussion Test (PPDT) Simulator
- The PPDT is a crucial part of the selection process, assessing the candidates' ability to perceive and analyze a given image, formulate a story based on it
- Design and develop an interactive web application that simulates the Picture Perception and Discussion Test (PPDT) for SSB (Services Selection Board) aspirants.
- JavaScript
- React
- NodeJS
- NextJS
- Gemini AI
- Axios
- Material UI
- Image Generation: Randomly generate images resembling those used in the actual PPDT to simulate a realistic test environment.
- Feedback on Image and Story Analysis: Employ Gemini AI's capabilities to analyze and interpret the generated images. Provide instant feedback on elements such as potential themes, emotions, or focal points within the images.
Download this repository first then run a command
- npm install
- Generate a geminiAI api key of yours by going to https://makersuite.google.com/app/apikey
- NEXT_PUBLIC_GEMINI_API_KEY=YOUR_API_KEY
- In the above way, paste your api key in .env.local
- npm run dev