The main goal of this project is to build a system capable of classifying if a real time phone conversation is a scam.
- The feature is integrated into your phone's native calling app or a separate security app.
- As you receive a call, the app listens to the conversation in real-time using your phone's microphone.
- The audio is converted into text using Automatic Speech Recognition (ASR) technology.
- Relevant linguistic features are extracted from the transcribed text, as described in the previous response.
- The trained model analyzes these features to determine the likelihood of the call being a scam.
- If the predicted probability of the call being a scam exceeds a certain threshold, you'll receive a notification or alert, often displayed directly on your phone's screen during the call.
This repository will also contain information on fine tuning Mistral 7B parameter model using a dataset that was created out of subreddits like r/scams, r/phishing etc.,