In this NLP (Natural Language Processing) project, I address the challenge of classifying Stack Overflow comments as belonging to the 'Python' programming language or not. This project revolves around a binary classification task, where I leverage the power of NLP and machine learning techniques to make informed decisions
- Python
- NLP (Natural Language Processing)
- AWS (Amazon Web Services)
- Continuous Integration (CI) and Continuous Deployment (CD)
- GitHub Actions
- AWS S3
- AWS EC2
- DVC (Data Version Control)
- DVC Studio
- Data Pipeline Management
Through the synergy of Python programming, NLP methodologies, AWS cloud capabilities, and modern CI/CD practices, I explore the dynamic world of NLP-based binary classification
conda create --prefix ./env python=3.7 -y
conda activate ./env
OR
source activate ./env
pip install -r requirements.txt
dvc init