This is the AI-Mail-Classifier App, a web application for classifying emails using GeminiAI.
Live here
Note: Only the users added as test users will be able to login, the google OAuth application is in testing mode for now. Contact me if you wanna test it out.
To set up the web app locally, follow these steps:
-
Clone the Repository
git clone <repo-url>
-
Navigate to the UI Directory
cd client/ui
-
Install Dependencies
Run the following command in the
ui
directory to install all the dependencies:npm install
or
npm i
-
Create an Environment File
Create an
.env
file at the root level in theui
directory and set the following environment variable:VITE_CLIENT_ID="your-Google-OAuth-ClientID"
-
Start the Development Server
Run the following command in the
ui
directory to start the app:npm run dev
Your app will start at http://localhost:5173/.