Commit
·
f5eaaad
1
Parent(s):
1f047a8
....
Browse files- images/model_plot.png +0 -0
- requirements.txt +3 -3
images/model_plot.png
ADDED
![]() |
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ h11==0.14.0
|
|
7 |
httptools==0.1.2
|
8 |
idna
|
9 |
numpy===1.23.5
|
10 |
-
pandas
|
11 |
pydantic==2.6.1
|
12 |
pydantic-core==2.16.2
|
13 |
python-dateutil==2.8.2
|
@@ -19,7 +19,7 @@ starlette==0.36.3
|
|
19 |
typing-extensions==4.9.0
|
20 |
uvicorn==0.27.1
|
21 |
uvloop==0.19.0
|
22 |
-
asyncio
|
23 |
keras-nlp==0.6.1
|
24 |
keras==2.12.0
|
25 |
tensorflow==2.12.0
|
@@ -28,4 +28,4 @@ filesplit==4.0.1
|
|
28 |
pydot==2.0.0
|
29 |
graphviz==0.20.1
|
30 |
scikit-learn==1.1.3
|
31 |
-
tiktoken
|
|
|
7 |
httptools==0.1.2
|
8 |
idna
|
9 |
numpy===1.23.5
|
10 |
+
pandas==2.2.1
|
11 |
pydantic==2.6.1
|
12 |
pydantic-core==2.16.2
|
13 |
python-dateutil==2.8.2
|
|
|
19 |
typing-extensions==4.9.0
|
20 |
uvicorn==0.27.1
|
21 |
uvloop==0.19.0
|
22 |
+
asyncio==3.4.3
|
23 |
keras-nlp==0.6.1
|
24 |
keras==2.12.0
|
25 |
tensorflow==2.12.0
|
|
|
28 |
pydot==2.0.0
|
29 |
graphviz==0.20.1
|
30 |
scikit-learn==1.1.3
|
31 |
+
tiktoken==0.6.0
|