Initial commit
parents
Showing
with
377 additions
and
0 deletions
.gitignore
0 → 100644
__init__.py
0 → 100644
File mode changed
classifiers/birads_model.joblib
0 → 100644
No preview for this file type
config_example.yaml
0 → 100644
crud.py
0 → 100644
data.json
0 → 100644
database.py
0 → 100644
dependencies.py
0 → 100644
main.py
0 → 100644
models.py
0 → 100644
requirements.txt
0 → 100644
anyio==3.6.2 | |||
bcrypt==4.0.1 | |||
certifi==2022.12.7 | |||
cffi==1.15.1 | |||
click==8.1.3 | |||
cryptography==39.0.1 | |||
dnspython==2.3.0 | |||
ecdsa==0.18.0 | |||
email-validator==1.3.1 | |||
fastapi==0.89.1 | |||
greenlet==2.0.2 | |||
h11==0.14.0 | |||
httpcore==0.16.3 | |||
httptools==0.5.0 | |||
httpx==0.23.3 | |||
idna==3.4 | |||
itsdangerous==2.1.2 | |||
Jinja2==3.1.2 | |||
joblib==1.2.0 | |||
MarkupSafe==2.1.2 | |||
numpy==1.24.2 | |||
orjson==3.8.5 | |||
passlib==1.7.4 | |||
pyasn1==0.4.8 | |||
pycparser==2.21 | |||
pydantic==1.10.4 | |||
python-dotenv==0.21.1 | |||
python-jose==3.3.0 | |||
python-multipart==0.0.5 | |||
PyYAML==6.0 | |||
rfc3986==1.5.0 | |||
rsa==4.9 | |||
scikit-learn==1.2.1 | |||
scipy==1.10.0 | |||
six==1.16.0 | |||
sniffio==1.3.0 | |||
SQLAlchemy==2.0.2 | |||
starlette==0.22.0 | |||
threadpoolctl==3.1.0 | |||
typing_extensions==4.4.0 | |||
ujson==5.7.0 | |||
uvicorn==0.20.0 | |||
uvloop==0.17.0 | |||
watchfiles==0.18.1 | |||
websockets==10.4 | |||
xgboost==0.90 |
schemas.py
0 → 100644
security.py
0 → 100644
vectorizers/birads_tfidf.pkl
0 → 100644
No preview for this file type
Please
register
or
sign in
to comment