@@ -24,60 +24,75 @@ A cutting-edge WiFi-based human pose estimation system that leverages Channel St
2424
2525## 📋 Table of Contents
2626
27- 1 . [ 🚀 Key Features] ( #-key-features )
28- 2 . [ 🏗️ System Architecture] ( #️-system-architecture )
29- - [ Core Components] ( #core-components )
30- 3 . [ 📦 Installation] ( #-installation )
31- - [ Using pip (Recommended)] ( #using-pip-recommended )
32- - [ From Source] ( #from-source )
33- - [ Using Docker] ( #using-docker )
34- - [ System Requirements] ( #system-requirements )
35- 4 . [ 🚀 Quick Start] ( #-quick-start )
36- - [ Basic Setup] ( #1-basic-setup )
37- - [ Start the System] ( #2-start-the-system )
38- - [ Using the REST API] ( #3-using-the-rest-api )
39- - [ Real-time Streaming] ( #4-real-time-streaming )
40- 5 . [ 🖥️ CLI Usage] ( #️-cli-usage )
41- - [ Installation] ( #cli-installation )
42- - [ Basic Commands] ( #basic-commands )
43- - [ Configuration Commands] ( #configuration-commands )
44- - [ Monitoring Commands] ( #monitoring-commands )
45- - [ Examples] ( #cli-examples )
46- 6 . [ 📚 Documentation] ( #-documentation )
47- - [ Core Documentation] ( #-core-documentation )
48- - [ Quick Links] ( #-quick-links )
49- - [ API Overview] ( #-api-overview )
50- 7 . [ 🔧 Hardware Setup] ( #-hardware-setup )
51- - [ Supported Hardware] ( #supported-hardware )
52- - [ Physical Setup] ( #physical-setup )
53- - [ Network Configuration] ( #network-configuration )
54- - [ Environment Calibration] ( #environment-calibration )
55- 8 . [ ⚙️ Configuration] ( #️-configuration )
56- - [ Environment Variables] ( #environment-variables )
57- - [ Domain-Specific Configurations] ( #domain-specific-configurations )
58- - [ Advanced Configuration] ( #advanced-configuration )
59- 9 . [ 🧪 Testing] ( #-testing )
60- - [ Running Tests] ( #running-tests )
61- - [ Test Categories] ( #test-categories )
62- - [ Mock Testing] ( #mock-testing )
63- - [ Continuous Integration] ( #continuous-integration )
64- 10 . [ 🚀 Deployment] ( #-deployment )
65- - [ Production Deployment] ( #production-deployment )
66- - [ Infrastructure as Code] ( #infrastructure-as-code )
67- - [ Monitoring and Logging] ( #monitoring-and-logging )
68- 11 . [ 📊 Performance Metrics] ( #-performance-metrics )
69- - [ Benchmark Results] ( #benchmark-results )
70- - [ Performance Optimization] ( #performance-optimization )
71- - [ Load Testing] ( #load-testing )
72- 12 . [ 🤝 Contributing] ( #-contributing )
73- - [ Development Setup] ( #development-setup )
74- - [ Code Standards] ( #code-standards )
75- - [ Contribution Process] ( #contribution-process )
76- - [ Code Review Checklist] ( #code-review-checklist )
77- - [ Issue Templates] ( #issue-templates )
78- 13 . [ 📄 License] ( #-license )
79- 14 . [ 🙏 Acknowledgments] ( #-acknowledgments )
80- 15 . [ 📞 Support] ( #-support )
27+ <table >
28+ <tr >
29+ <td width =" 50% " >
30+
31+ ** 🚀 Getting Started**
32+ - [ Key Features] ( #-key-features )
33+ - [ System Architecture] ( #️-system-architecture )
34+ - [ Installation] ( #-installation )
35+ - [ Using pip (Recommended)] ( #using-pip-recommended )
36+ - [ From Source] ( #from-source )
37+ - [ Using Docker] ( #using-docker )
38+ - [ System Requirements] ( #system-requirements )
39+ - [ Quick Start] ( #-quick-start )
40+ - [ Basic Setup] ( #1-basic-setup )
41+ - [ Start the System] ( #2-start-the-system )
42+ - [ Using the REST API] ( #3-using-the-rest-api )
43+ - [ Real-time Streaming] ( #4-real-time-streaming )
44+
45+ ** 🖥️ Usage & Configuration**
46+ - [ CLI Usage] ( #️-cli-usage )
47+ - [ Installation] ( #cli-installation )
48+ - [ Basic Commands] ( #basic-commands )
49+ - [ Configuration Commands] ( #configuration-commands )
50+ - [ Examples] ( #cli-examples )
51+ - [ Documentation] ( #-documentation )
52+ - [ Core Documentation] ( #-core-documentation )
53+ - [ Quick Links] ( #-quick-links )
54+ - [ API Overview] ( #-api-overview )
55+ - [ Hardware Setup] ( #-hardware-setup )
56+ - [ Supported Hardware] ( #supported-hardware )
57+ - [ Physical Setup] ( #physical-setup )
58+ - [ Network Configuration] ( #network-configuration )
59+ - [ Environment Calibration] ( #environment-calibration )
60+
61+ </td >
62+ <td width =" 50% " >
63+
64+ ** ⚙️ Advanced Topics**
65+ - [ Configuration] ( #️-configuration )
66+ - [ Environment Variables] ( #environment-variables )
67+ - [ Domain-Specific Configurations] ( #domain-specific-configurations )
68+ - [ Advanced Configuration] ( #advanced-configuration )
69+ - [ Testing] ( #-testing )
70+ - [ Running Tests] ( #running-tests )
71+ - [ Test Categories] ( #test-categories )
72+ - [ Mock Testing] ( #mock-testing )
73+ - [ Continuous Integration] ( #continuous-integration )
74+ - [ Deployment] ( #-deployment )
75+ - [ Production Deployment] ( #production-deployment )
76+ - [ Infrastructure as Code] ( #infrastructure-as-code )
77+ - [ Monitoring and Logging] ( #monitoring-and-logging )
78+
79+ ** 📊 Performance & Community**
80+ - [ Performance Metrics] ( #-performance-metrics )
81+ - [ Benchmark Results] ( #benchmark-results )
82+ - [ Performance Optimization] ( #performance-optimization )
83+ - [ Load Testing] ( #load-testing )
84+ - [ Contributing] ( #-contributing )
85+ - [ Development Setup] ( #development-setup )
86+ - [ Code Standards] ( #code-standards )
87+ - [ Contribution Process] ( #contribution-process )
88+ - [ Code Review Checklist] ( #code-review-checklist )
89+ - [ License] ( #-license )
90+ - [ Acknowledgments] ( #-acknowledgments )
91+ - [ Support] ( #-support )
92+
93+ </td >
94+ </tr >
95+ </table >
8196
8297## 🏗️ System Architecture
8398
0 commit comments