Skip to content

Commit 5e14b8a

Browse files
committed
update notebook, remove model from git
1 parent af56851 commit 5e14b8a

22 files changed

+25251
-270
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
venv/
3-
__pycache__
3+
__pycache__
4+
model/

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ A diagram of the shape of the model.
1414
# Roadmap
1515
- [ ] Gradio UI
1616
- [ ] Web API
17-
- [ ] Take more factors into consideration
17+
- [ ] Take more factors into consideration
18+
19+
# Development
20+
We recommend running the following commands to get started:
21+
```bash
22+
pip install tensorflow # pip3 install tensorflow
23+
pip install gradio # pip3 install gradio
24+
25+
# mac users
26+
pip3 install tensorflow-metal
27+
```

model/model.keras

-99.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)