Metadata-Version: 2.4
Name: mamba4rec
Version: 0.1.8
Summary: Mamba model for recommendations of search suggests
Author-email: Fedor Krasnov <krasnov.fedor2@wb.ru>
Project-URL: Homepage, https://github.com/fkrasnov2/mamba4rec
Project-URL: Repository, https://github.com/fkrasnov2/mamba4rec
Keywords: recsys,recommendation systems,machine learning,AI,personalization
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Unix
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scikit-learn>=1.6.1
Requires-Dist: scipy>=1.15.1
Requires-Dist: tokenizers>=0.21.0
Requires-Dist: torch>=2.6.0
Requires-Dist: tqdm>=4.67.1
Requires-Dist: transformers>=4.48.3
Requires-Dist: numpy>=2.2.2
Requires-Dist: accelerate>=1.3.0
Requires-Dist: boto3==1.35.99
Requires-Dist: botocore==1.35.99
Requires-Dist: dill==0.3.9
Requires-Dist: mambapy==1.2.0
Dynamic: license-file

# mamba4rec
[[Mamba]](https://huggingface.co/docs/transformers/main/model_doc/mamba) model for recommendation of  search suggests

[![Python version](https://img.shields.io/badge/Python-%3E=3.10-blue)](https://github.com/fkrasnov2/mamba4rec)


## Framework

[![Framework](https://github.com/fkrasnov2/mamba4rec/raw/main/mamba4recv3.png)](https://github.com/fkrasnov2/mamba4rec)

## Getting Started
bash:
```console
git clone https://github.com/fkrasnov2/mamba4rec.git
cd mamba4rec
#to test in isolated env
make install test
```
## Production ready
```bash
pip install mamba4rec
```

