This repository contains the Python backend for the SMS Spam Collector application. The backend leverages an NLP machine learning model using embeddings to efficiently identify and filter spam SMS messages.
- Python
- Machine Learning (NLP with Embeddings)
- FastAPI
- Machine learning model for spam detection
- FastAPI endpoint integration
- Real-time spam detection
- Scalable architecture
- Python 3.x
- pip
- Clone this repository: git clone https://github.com/AryehRotberg/SMS-Spam-Classification-Python.git
- Navigate to the directory cd SMS-Spam-Classification-Python and type the command: pip install -e . for package installation
Feel free to open issues or submit pull requests. Your feedback is highly appreciated!