The (Talk-No Justu Tool) is built using Next JS
specially for the Supabase Launch Week 8 Hackathon
. The main focus of this tool is to receive any kind of problems aka "mental stress or anything you always wanted to shout at your friend" and process it using Generative AI
- Open AI
and provides you with a fun filled page of realistic anime voice using Play HT
advising you with motivation or message. The thing to notice is due to empty pocket the entire site is running on free and open source resources and thus only two characters namely "Naruto Uzumaki" and "Gaara" are used.
- NextJS
- Tailwind CSS
- Open AI
- Play HT
- Giphy
- Supabase
- Fork or download the project from
https://github.com/imprakashraghu/talkno-justu-tool
- ⭐️ Star if possible!
- Create the
.env
file in the project directory and add the following variables.NEXT_PUBLIC_SUPABASE_ANON_KEY
(Supabase ANON KEY)NEXT_PUBLIC_SUPABASE_URL
(Supabase PROJECT URL)NEXT_PUBLIC_OPENAI_API_KEY
(Open AI API KEY)GIPHY_KEY
(Giphy KEY)PLAY_HT_1
(API KEY - PLAY HT - NARUTO)PLAY_HT_2
(API KEY - PLAY HT - GAARA)PLAY_HT_1_UID
(USER ID - PLAY HT - NARUTO)PLAY_HT_2_UID
(USER ID - PLAY HT - GAARA)PLAY_HT_VOICE_1_ID
(PLAY HT - NARUTO CLONED VOICE ID)PLAY_HT_VOICE_2_ID
(PLAY HT - GAARA CLONED VOICE ID)
- Run the command
npm install
to install all dependencies - Run the command
npm run dev
to run the project
The entire project was built just for fun and for the main purpose of the hackathon conducted and no commercial purpose was intended. Thus any audio or images used in the demo, images or website is just for personal use alone.