Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asiff00 authored Oct 14, 2023
1 parent d647101 commit 5132763
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,28 @@
<h2>File Directory</h2>

<pre>
ChameleonAI/
├── src/
│ ├── main/
│ │ ├── main.py
│ │ ├── brain.py
│ │ ├── save_load.py
│ │ └── ui.py
│ ├── data/
│ │ ├── database.json
│ ├── test/
│ │ └── test.py
├── img
│ ├── cover.png
│ ├── api.png
│ ├── character.png
│ └── ChameleonAI.mp4
├── docs/
│ ├── documentation.txt
├── .gitignore
├── LICENSE
├── README.md
└── requirements.txt

</pre>

Expand Down

0 comments on commit 5132763

Please sign in to comment.