Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 748 Bytes

File metadata and controls

33 lines (23 loc) · 748 Bytes

Screenshot 2024-06-14 181518 Screenshot 2024-06-14 181505

Email Classifier with Gemini AI

The main motive of the application is to fetch the GMAILS form the Google account using OAUTH authentication and then send the data to the Gemini AI api

Installation

Install all the NPM packages

npm install 

.env

NEXTAUTH_URL=
NEXTAUTH_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GEMINIAI_KEY=
DATABASE_URL=

replace all this fields with your credentials

How to RUN

npm run dev