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