LLM based spam detection software this project detect the spams use with DeepSeek and Llama3 I'm using streamlit for ui preview installation run Note : ollama must be installed Example result page like this Installation Steps Create Virtualization py -m venv venv Active Virtualization venv\Scripts\activate Install Requirements py -m pip install -r requirements.txt Run App streamlit run app.py