Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 683 Bytes

project_structure.md

File metadata and controls

33 lines (31 loc) · 683 Bytes

Project Structure

Updated pi2_0 Project Structure

project/
├── README.md
├── LICENSE
├── .gitignore
├── requirements.txt
├── setup.py
├── .env.txt
├── src/
│   ├── pibrain.py
│   ├── main.py
│   └── module/
│       ├── utils.py
│       ├── chat.py
│       └── bias_detection.py
├── config/
│   └── config.yaml
├── tests/
│   └── test_example.py
├── docs/
│   └── index.md
├── static/
│   └── style.css
├── scripts/
│   └── setup.sh
├── build/
├── project_structure.md
├── changelog.md