Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,33 +71,6 @@ Frontend (Planned)
* Chart.js / Recharts – Trust score visualization
* REST APIs – Backend integration

📂 Project Structure

trustcode-platform/
├── backend/
│ ├── main.py # FastAPI entry point
│ ├── requirements.txt # Backend dependencies
│ ├── api/ # API route definitions
│ ├── services/ # Trust logic & AI analysis
│ ├── models/ # Database models
│ └── utils/ # Helper utilities
├── frontend/
│ ├── README.md # Frontend documentation
│ └── src/ # UI source code (planned)
├── .github/
│ └── workflows/
│ └── ci.yml # GitHub Actions CI pipeline
├── docs/
│ ├── architecture.md # System architecture
│ └── trust-model.md # Trust score methodology
├── README.md # Project documentation
└── .gitkeep # Placeholder for empty dirs


📊 Trust Score Model (Conceptual)

Expand Down