Moritz Langer commited on
Commit
c390c8d
1 Parent(s): 08b34ea
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +89 -0
app.py CHANGED
@@ -1,5 +1,4 @@
1
  __all__ = ['learn', 'classify_image', 'categories', 'image', 'label', 'intf']
2
- !pip install fastai.vision
3
  from fastai.vision.widgets import *
4
  import gradio as gr
5
  import numpy as np
 
1
  __all__ = ['learn', 'classify_image', 'categories', 'image', 'label', 'intf']
 
2
  from fastai.vision.widgets import *
3
  import gradio as gr
4
  import numpy as np
requirements.txt ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.1
2
+ aiosignal==1.2.0
3
+ analytics-python==1.4.0
4
+ anyio==3.6.1
5
+ async-timeout==4.0.2
6
+ attrs==22.1.0
7
+ backoff==1.10.0
8
+ bcrypt==4.0.0
9
+ blis==0.9.1
10
+ catalogue==2.0.8
11
+ certifi==2022.6.15.1
12
+ cffi==1.15.1
13
+ charset-normalizer==2.1.1
14
+ click==8.1.3
15
+ colorama==0.4.5
16
+ confection==0.0.1
17
+ cryptography==38.0.1
18
+ cycler==0.11.0
19
+ cymem==2.0.6
20
+ fastai==2.7.9
21
+ fastapi==0.83.0
22
+ fastcore==1.5.26
23
+ fastdownload==0.0.7
24
+ fastprogress==1.0.3
25
+ ffmpy==0.3.0
26
+ fonttools==4.37.1
27
+ frozenlist==1.3.1
28
+ fsspec==2022.8.2
29
+ gradio==3.3
30
+ h11==0.12.0
31
+ httpcore==0.15.0
32
+ httpx==0.23.0
33
+ idna==3.3
34
+ Jinja2==3.1.2
35
+ joblib==1.1.0
36
+ kiwisolver==1.4.4
37
+ langcodes==3.3.0
38
+ linkify-it-py==1.0.3
39
+ markdown-it-py==2.1.0
40
+ MarkupSafe==2.1.1
41
+ matplotlib==3.5.3
42
+ mdit-py-plugins==0.3.0
43
+ mdurl==0.1.2
44
+ monotonic==1.6
45
+ multidict==6.0.2
46
+ murmurhash==1.0.8
47
+ numpy==1.23.3
48
+ orjson==3.8.0
49
+ packaging==21.3
50
+ pandas==1.4.4
51
+ paramiko==2.11.0
52
+ pathy==0.6.2
53
+ Pillow==9.2.0
54
+ preshed==3.0.7
55
+ pycparser==2.21
56
+ pycryptodome==3.15.0
57
+ pydantic==1.9.2
58
+ pydub==0.25.1
59
+ PyNaCl==1.5.0
60
+ pyparsing==3.0.9
61
+ python-dateutil==2.8.2
62
+ python-multipart==0.0.5
63
+ pytz==2022.2.1
64
+ PyYAML==6.0
65
+ requests==2.28.1
66
+ rfc3986==1.5.0
67
+ scikit-learn==1.1.2
68
+ scipy==1.9.1
69
+ six==1.16.0
70
+ smart-open==5.2.1
71
+ sniffio==1.3.0
72
+ spacy==3.4.1
73
+ spacy-legacy==3.0.10
74
+ spacy-loggers==1.0.3
75
+ srsly==2.4.4
76
+ starlette==0.19.1
77
+ thinc==8.1.1
78
+ threadpoolctl==3.1.0
79
+ torch==1.12.1
80
+ torchvision==0.13.1
81
+ tqdm==4.64.1
82
+ typer==0.4.2
83
+ typing_extensions==4.3.0
84
+ uc-micro-py==1.0.1
85
+ urllib3==1.26.12
86
+ uvicorn==0.18.3
87
+ wasabi==0.10.1
88
+ websockets==10.3
89
+ yarl==1.8.1