Skip to content

Commit f48b4da

Browse files
committed
fix: streamlit app with old version (because problems with gdown and streamlit
1 parent 50c6693 commit f48b4da

File tree

35 files changed

+32
-35
lines changed

35 files changed

+32
-35
lines changed

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
pandas = "*"
87
numpy = "*"
98
matplotlib = "*"
109
scipy = "*"

README.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,17 @@ You need to have Python 3 installed in your machine and you can run the followin
2222
```bash
2323
$ pipenv install
2424
$ pipenv shell
25-
# you can install pytorch package to train/test pytorch model
26-
$ pip3 install torch==1.8.2+cu111 torchvision==0.9.2+cu111 torchaudio===0.8.2 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
2725
```
2826

2927
## Commands
30-
You can choose which library to use between TensorFlow and PyTorch :
31-
- TensorFlow
32-
- for training :
28+
You can launch script :
29+
- for training :
3330
```sh
34-
$ python3 src/tensorflow/train.py
31+
$ python3 src/train.py
3532
```
36-
- for testing :
33+
- for testing :
3734
```sh
38-
$ python3 src/tensorflow/test.py
39-
```
40-
- PyTorch
41-
- for training :
42-
```sh
43-
$ python3 src/pytorch/train.py
44-
```
45-
- for testing :
46-
```sh
47-
$ python3 src/pytorch/test.py
35+
$ python3 src/test.py
4836
```
4937

5038

-12.9 KB
Binary file not shown.
-16.7 KB
Binary file not shown.
-14.9 KB
Binary file not shown.
-9.68 KB
Binary file not shown.
-17.3 KB
Binary file not shown.
-9.65 KB
Binary file not shown.
-9.45 KB
Binary file not shown.
-8.28 KB
Binary file not shown.

0 commit comments

Comments
 (0)