Hybrid ML recommendation engine
Project description
ML Recommendation Engine - Hybrid
A production-grade hybrid recommendation engine combining collaborative filtering, content-based filtering, and deep learning approaches.
🚀 Features
- Collaborative Filtering: Matrix factorization, Neural CF
- Content-Based: TF-IDF, embeddings
- Deep Learning: Two-tower architecture, attention
- Real-time Serving: FastAPI inference service
- A/B Testing: Experiment framework
📁 Structure
ml-recommendation-engine-hybrid/
├── src/
│ ├── models/ # ML models
│ ├── data/ # Data processing
│ ├── training/ # Training logic
│ ├── serving/ # API server
│ └── evaluation/ # Metrics
├── tests/
├── notebooks/
└── configs/
🛠️ Installation
pip install -r requirements.txt
python -m src.training.train --config configs/hybrid.yaml
python -m src.serving.app
📄 License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file shivays_hybrid_recommender_v1-1.0.0.tar.gz.
File metadata
- Download URL: shivays_hybrid_recommender_v1-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea43385cf567277b6e0ec07a5b4e7940ec0fe73ce439ec2d2bf22671c63c130e
|
|
| MD5 |
894a6f37ebf0a30ff8b959872662eaa1
|
|
| BLAKE2b-256 |
be0c273569eec250c0da0a972afe14716245fc2cf675695ec5cc2e60cd66bc41
|
File details
Details for the file shivays_hybrid_recommender_v1-1.0.0-py3-none-any.whl.
File metadata
- Download URL: shivays_hybrid_recommender_v1-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6c696edf024d64ea71b84109d27b592f1384271538505bbb8937e0942119b77
|
|
| MD5 |
d7e1526c8a1c5aee0a1fd1de65a3e2a1
|
|
| BLAKE2b-256 |
7d5af8cf42eede064895c612286f9bf23dcaca237f4315fa80080957be15c820
|