Skip to content

A small web application that classify user emails into categories using AI

Notifications You must be signed in to change notification settings

tanu-chahal/AI-Mail-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

AI-Mail-Classifier App

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.

Local Setup Process

To set up the web app locally, follow these steps:

  1. Clone the Repository

    git clone <repo-url>
  2. Navigate to the UI Directory

    cd client/ui
  3. Install Dependencies

    Run the following command in the ui directory to install all the dependencies:

    npm install

    or

    npm i
  4. Create an Environment File

    Create an .env file at the root level in the ui directory and set the following environment variable:

    VITE_CLIENT_ID="your-Google-OAuth-ClientID"
  5. 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/.

About

A small web application that classify user emails into categories using AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published