foai_model

View on PyPIReverse Dependencies (0)

1.0.1 foai_model-1.0.1-py3-none-any.whl

Wheel Details

Project: foai_model
Version: 1.0.1
Filename: foai_model-1.0.1-py3-none-any.whl
Download: [link]
Size: 10388
MD5: 2d3912258e1455ee194cebbf289e9a1a
SHA256: 2038c9ffd22a448c754fe9fa0f73474551b734f49f37f7dd8107d1596240bcd2
Uploaded: 2025-04-07 17:53:52 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: foai_model
Version: 1.0.1
Author: Dariusz Homa
Author-Email: dariuszhoma7[at]gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12,<4.0
Requires-Dist: accelerate (<2.0.0,>=1.6.0)
Requires-Dist: argparse (<2.0.0,>=1.4.0)
Requires-Dist: bs4 (<0.0.3,>=0.0.2)
Requires-Dist: datasets (<4.0.0,>=3.5.0)
Requires-Dist: dotenv (<0.10.0,>=0.9.9)
Requires-Dist: hf-xet (<2.0.0,>=1.0.0)
Requires-Dist: huggingface-hub (<0.31.0,>=0.30.1)
Requires-Dist: matplotlib (<4.0.0,>=3.10.1)
Requires-Dist: nltk (<4.0.0,>=3.9.1)
Requires-Dist: numpy (<3.0.0,>=2.2.4)
Requires-Dist: pandas (<3.0.0,>=2.2.3)
Requires-Dist: scikit-learn (<2.0.0,>=1.6.1)
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: transformers (<5.0.0,>=4.51.0)
Requires-Dist: wordcloud (<2.0.0,>=1.9.4)
Description-Content-Type: text/markdown
[Description omitted; length: 1277 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 2.1.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
foai_model/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
foai_model/config/__init__.py sha256=OSiNzOBUlRvDGtJXgyRfZz9QuKZIbkyYN9misxfl-KU 77
foai_model/config/config.py sha256=RnxM28iw4NGpMvJOGrw12Cq1LW66qCC1GhBdmGKHc5M 138
foai_model/file_reader/__init__.py sha256=unp4iH932t6ZRP2BCBvb7gFGDwRDE_3uCdrGh1FAwSQ 34
foai_model/file_reader/reader.py sha256=ZlnZnpx9cZBbesRIzhlNZpisjRv79-hKUilCGWWKjI0 1181
foai_model/logger/__init__.py sha256=YWEA9wLEJXB1q6_-sr1bcHihX_XFRorWpgkIOk4d0n4 26
foai_model/logger/setup.py sha256=QLlNErtBfK_AONcIsUb6An9Ep7BiPfvMqK2vfx3CfRU 592
foai_model/predict/__init__.py sha256=ucYZ55Rz4WTkpXjb4-8wRBAAtX1boXgSag7OiTkbTDM 35
foai_model/predict/predict.py sha256=X1FjJXOg6MFAeXzy7iHwROF_Bdu3oku56J9wj5d7bzA 1651
foai_model/preprocessing/__init__.py sha256=t0_PSzMSeEXTb_O2N_k0slHgY5TN5S3sCrbq9sfA7Y8 93
foai_model/preprocessing/categories.py sha256=Vx3-DokVhgCon4tKnXaU_-zXzOjp44dRbk5-pI6q2n0 1005
foai_model/preprocessing/preprocess.py sha256=qWYvDjC8tkB1wIkiRED8bCs6HDDeSrFF6GpZOPBtMoo 3106
foai_model/train/__init__.py sha256=iMc7GKDF67hHgvTvL10yTwDhlaehLAzekXHvhwyh_-g 24
foai_model/train/train.py sha256=_tM6_tu5ni_Onv0bl0lbM-uQ6hAJhKyQ9wvjHtpj9Sc 3298
foai_model/utils/__init__.py sha256=QdnuG8m1K_THB8tFKAFfU57YcGA3U_o-OJMEEj9gP0o 41
foai_model/utils/device_info.py sha256=NkAmY0SQCYMeOOndpXNPyTVYa6BOB4HEk-8tgnJN_ZA 405
foai_model-1.0.1.dist-info/LICENSE sha256=MQYxA3XZkCVqq41HQLkmGdUDz36dcSYetWup167DuR4 1076
foai_model-1.0.1.dist-info/METADATA sha256=UC1HGxSSNxBp-S3nYzUcQT-56tY9RqURnssSFgj9naE 2248
foai_model-1.0.1.dist-info/WHEEL sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ 88
foai_model-1.0.1.dist-info/entry_points.txt sha256=7M7T8MyGOmhdxYbbOLLjIJ5de07QiBjtVbAYUF5dfMU 121
foai_model-1.0.1.dist-info/RECORD

entry_points.txt

lint = scripts:run_linter
predict = foai_model.predict:main
push = scripts:push
train = foai_model.train:main