Skip to content

Mayank808/sentiment-analysis-app

Repository files navigation

Application Core Features Preview

Main Pages

pages.mov

Journal Entry Creation

journal_entry.mov

Question answer feature using Vector Search

question_answer_feature.mov

Getting Started

Install Packages

npm install

Create a valid .env file using the template below:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=******
CLERK_SECRET_KEY=******

NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/scribe
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/new-user

OPENAI_API_KEY=*****

Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

About

Sentiment Analysis App leveraging GPT 3.5 API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published