https://github.com/somenath203/spam-sms-predictor-frontend
Click below to checkout the website
https://github.com/somenath203/spam-sms-predictor-frontend
fastapi machine-learning naive-bayes next nextjs react reactjs tailwind
Last synced: 3 months ago
JSON representation
Click below to checkout the website
- Host: GitHub
- URL: https://github.com/somenath203/spam-sms-predictor-frontend
- Owner: somenath203
- Created: 2023-08-20T20:05:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T05:51:12.000Z (almost 3 years ago)
- Last Synced: 2025-10-30T09:40:42.300Z (8 months ago)
- Topics: fastapi, machine-learning, naive-bayes, next, nextjs, react, reactjs, tailwind
- Language: JavaScript
- Homepage: https://spam-sms-predictor-frontend.vercel.app/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spam-SMS-Predictor-Frontend
This is a machine learning project where users can predict whether a particular SMS message is a spam or not. The front end of this project was created with the help of NextJS and TailwindCSS. The machine learning model is created with the help of Multinomial Naive Bayes Classifier and both the frontend and the machine learning model are connected with the help of FastAPI.
With this project, a user can provide real-world SMS through the frontend website and get the predicted result from the machine learning model accordingly.
#### Click here to check out the website live: https://spam-sms-predictor-frontend.vercel.app/
#### Click here to check out the backend repo of this project: https://github.com/somenath203/Spam-SMS-Predictor-Backend