Skip to content

muneebkk/webtraceai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebTrace AI Documentation 📚

This folder contains all the documentation for the WebTrace AI project - an AI-powered website generation detection system.

📁 Documentation Overview

🚀 Getting Started

🏗️ System Architecture

🤖 Machine Learning Development

🌳 Custom Tree Model

🎯 Quick Navigation

For New Users

  1. Start with SIMPLIFIED_SETUP.md to get the project running
  2. Read CODEBASE_EXPLANATION.md to understand the system architecture

For Developers

  1. FRONTEND_MODEL_INTEGRATION_FLOW.md - Understand the complete data flow
  2. CUSTOM_TREE_INTEGRATION_SUCCESS.md - See how the custom model was integrated

For ML Engineers

  1. MODEL_IMPROVEMENT_GUIDE.md - Learn about model improvement strategies
  2. CUSTOM_TREE_MODEL_RESULTS.md - Understand the custom tree model performance

📊 Project Status

Current Model Performance

  • Custom Decision Tree: 96.15% accuracy
  • Key Features: height (59%), gradient_magnitude (30%), avg_saturation (11%)
  • Model Type: Custom implementation from scratch
  • Status: ✅ Production ready

System Components

  • Frontend: React/Vite application
  • Backend: FastAPI with custom ML pipeline
  • Model: Custom decision tree classifier
  • Features: 19 visual + 6 HTML features

🔄 Documentation Updates

This documentation reflects the current state of the project as of the latest development phase. The system is now using the custom tree model for all frontend predictions with 96.15% accuracy.


Last Updated: Current development phase
Model Status: ✅ Custom tree model integrated and operational
Frontend Integration: ✅ Complete and functional

About

CMPT310 ai project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors