7035f09a8c8624715ee1f4c3c0e09365674517fb
Project Organization: - Moved configuration files to project-config/ directory - Moved documentation files to documentation/ directory - Moved security reports to security/ directory - Moved backup files to backup-config/ directory - Created PROJECT_ORGANIZATION_SUMMARY.md documenting changes - Updated all script references to new file locations Root README Simplification: - Replaced 715-line detailed README with 95-line structure guide
AITBC - Advanced Intelligence Training Blockchain Consortium
Project Structure
This project has been organized for better maintainability. Here's the directory structure:
📁 Essential Root Files
LICENSE- Project licenseaitbc-cli- Main CLI symlinkREADME.md- This file
📁 Core Directories
aitbc/- Core AITBC Python packagecli/- Command-line interface implementationcontracts/- Smart contractsscripts/- Automation and deployment scriptsservices/- Microservicestests/- Test suites
📁 Configuration
project-config/- Project configuration filespyproject.toml- Python project configurationrequirements.txt- Python dependenciespoetry.lock- Dependency lock file.gitignore- Git ignore rules.deployment_progress- Deployment tracking
📁 Documentation
docs/- Comprehensive documentationdocumentation/- User guides and manualsREADME.md- Main project documentationSETUP.md- Setup instructionsPYTHON_VERSION_STATUS.md- Python compatibilityAITBC1_TEST_COMMANDS.md- Testing commandsAITBC1_UPDATED_COMMANDS.md- Updated commands
📁 Development
dev/- Development tools and examples.windsurf/- IDE configurationpackages/- Package distributionsextensions/- Browser extensionsplugins/- System plugins
📁 Infrastructure
infra/- Infrastructure as codesystemd/- System service configurationsmonitoring/- Monitoring setup
📁 Applications
apps/- Application componentsservices/- Service implementationswebsite/- Web interface
📁 AI & GPU
gpu_acceleration/- GPU optimizationai-ml/- AI/ML components
📁 Security & Backup
security/- Security reports and fixesbackup-config/- Backup configurationsbackups/- Data backups
📁 Cache & Logs
venv/- Python virtual environmentlogs/- Application logs.mypy_cache/,.pytest_cache/,.ruff_cache/- Tool caches
Quick Start
# Setup environment
cd /opt/aitbc
source venv/bin/activate
# Install dependencies
pip install -r project-config/requirements.txt
# Run CLI
./aitbc-cli --help
# Run training
./scripts/training/master_training_launcher.sh
Development
See documentation/SETUP.md for detailed setup instructions.
Security
See security/SECURITY_VULNERABILITY_REPORT.md for security status.
License
See LICENSE for licensing information.
Languages
Python
65.8%
Shell
16.6%
TypeScript
5.8%
JavaScript
5.8%
HTML
3.1%
Other
2.9%