Hack-A-Vishkar
- Spam detector is a Hack-A-Vishkar project.
- Created using flask backend and nextjs frontend
- We have used Random Forest Classifier for training our email model.
- We have used Multinovial Naive Based for training our message model.
- The flask server exposes different APIs for predicting emails and messages
- The nextJs app uses those APIs to predict the result for the content.
- The result then will bedisplayed as a toast notification.