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
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,29 +93,6 @@ Frontend
- **Custom Trust Scoring Logic**


## 📁 Project Structure
trustcode-platform/
├── .github/
│ └── workflows/
│ └── ci.yml # GitHub Actions CI pipeline
├── backend/
│ ├── main.py # FastAPI entry point
│ ├── trust_engine/ # Trust score calculation logic
│ ├── ai_audit/ # LangChain-based code audit
│ ├── models/ # Database models
│ └── requirements.txt # Backend dependencies
├── frontend/
│ └── README.md # Frontend setup (UI planned)
├── docs/
│ └── architecture.md # System design & diagrams
├── README.md # Project documentation
└── .gitkeep

📈 Trust Score Model (Concept)

The Trust Score is calculated using weighted factors such as:
Expand Down