A collection of AI-powered NLP and text-based projects built with Python - includes spam detection, fake news detection, voice assistant, chatbot, language identifier, news summarizer, and more.
.
- Eshwar G
- Shivani R
This project explores how machines understand and process human language.
AI-NLP-Text-Projects/
βββ project/
βββ main.py
βββ requirements.txt
βββ README.md
Each project has its own folder with its own README and requirements file.
- Python 3.x
- NLTK / spaCy
- scikit-learn
- SpeechRecognition / pyttsx3
- Transformers (HuggingFace)
-
Navigate to any project folder cd spam-detector
-
Install dependencies pip install -r requirements.txt
-
Run the project python main.py
- Python 3.8 or above
- Microphone (for voice-based projects)
This project is licensed under the MIT License.