Asia/Jakarta
ProjectsApril 8, 2024

Plagiarism Detection

image
Plagiarism Detection System: Built a machine learning model to identify textual similarities using TF-IDF and SVM
  • Text Preprocessing: Cleaned and prepared raw text data for analysis
  • Feature Extraction: Used TF-IDF to convert text into numerical vectors
  • Model Training: Implemented SVM classifier for plagiarism detection
  • Model Persistence: Saved trained model and vectorizer using Pickle
  • Prediction System: Enabled plagiarism detection on new/unseen text samples
  • Notebook Workflow: Structured pipeline in Jupyter Notebook for easy experimentation
  • Programming Language: Python 3
  • Development Environment: Jupyter Notebook
  • Machine Learning: Scikit-learn (SVM, TF-IDF Vectorizer)
  • Data Handling: Pandas, NumPy
  • Model Storage: Pickle
  • Text Vectorization: Learned effective feature extraction using TF-IDF
  • Model Selection: Understood strengths of SVM for text classification
  • Data Preprocessing: Handled noise and inconsistencies in text data
  • Model Persistence: Implemented saving/loading models for reuse
  • Evaluation: Gained insights into improving accuracy with better data
  • Functional Model: Developed a working plagiarism detection system
  • Reusable Pipeline: Created a scalable ML workflow for text analysis
  • Practical Understanding: Strengthened knowledge of NLP and ML concepts
  • Future Scope Ready: Foundation built for advanced models like LSTM/BERT

Related projects

Trishul AI (Medical Chatbot) screenshot 1Trishul AI (Medical Chatbot) screenshot 2Trishul AI (Medical Chatbot) screenshot 3Trishul AI (Medical Chatbot) screenshot 4
1 / 4

Trishul AI (Medical Chatbot)

Mar 8, 2026
Development of a flexible and highly customizable design system using Next.js for front-end and Figma for design collaboration.
AI ChatbotRAGNext.jsFastAPILangChainPinecone
ProjectHub (Academic Student Projects Management System) screenshot 1ProjectHub (Academic Student Projects Management System) screenshot 2ProjectHub (Academic Student Projects Management System) screenshot 3ProjectHub (Academic Student Projects Management System) screenshot 4ProjectHub (Academic Student Projects Management System) screenshot 5ProjectHub (Academic Student Projects Management System) screenshot 6
1 / 6

ProjectHub (Academic Student Projects Management System)

Aug 1, 2025
Explore the enduring debate between using spaces and tabs for code indentation, and why this choice matters more than you might think.
Web ApplicationNext.jsReactRole-Based AuthVercel