Day 2 Challenge: Intelligent Email Classifier
- Download excel data attached.
- Spam_Email_DataSet.xlsx
- Create Train Data -> train.csv
- Create Test Data -> test.csv
- Create a project in AI Center as Intelligent Email Classifier
- Upload the dataset
- Select the English Text classification ML Model
- Train the ML Model with the dataset
- Create a Uipath workflow which reads email as input
- Using intelligent Email Classifier ML Skill detect whether email is spam or not.
- Classify email in specific folders.
Day 2 Challenge: AI Enabled - Email Classifier
- Create 2 ML Projests in AI Center a. Sentiment Analysis b. Language Detection
- Deploy 2 ML Skills - Non retrainable models a. Language Analysis - SentimentAnalysis b. Language Analysis - LanguageDetection
- Create a UiPath Workflow as follows
- Input: 20 Emails in different langugages as follows: a. 5 - English Language Emails b. 5 - Russian Language Emails c. 5 - Hindi Langugage Emails d. 5 - French Emails
- Create 4 Folders - For each language in Email.
- Using Language Detection classify all the emails to respective folders.
- Read Email Body of english language emails and identify sentimes from each email.
- Create a Excel output file for English language emails and update the following columns.
- Excel Output Format: Sender Name | Email Subject | Email Body | Sentiment | Confidence | Email Time
- Happy Automation!