This project uses JigsawStack's AI SDK to help you achieve the following:
- extract information from any image
- perform sentiment analysis on a given text
- translate text to a target language
- Create an account at JigsawStack and add your
public API key under
NEXT_PUBLIC_JIGSAWSTACK_PUBLIC_KEYand your secret key underJIGSAWSTACK_PUBLIC_KEYin your.env - Run the application with
npm run devand it will be available athttp://localhost:3000.
Deploy the example using Vercel:
