
Closed
Posted
Paid on delivery
I want to enrich my Arabic-coffee e-commerce site with an AI-powered recommendation engine that suggests products each visitor is most likely to love. The core feature is product recommendations—specifically personalized suggestions generated from a user’s browsing and purchase behaviour rather than generic “bought together” lists. These tailored offers should appear on individual product pages and on the homepage carousel so shoppers instantly see items that fit their taste the moment they land or browse. The site is already live on WordPress with WooCommerce, so the solution needs to plug into that stack smoothly via plugin, API, or lightweight custom microservice. Real-time performance is essential; latency above a second will hurt conversions. Because the brand story and UI are in Arabic, all visible text from the AI module must render in Arabic while remaining UTF-8 friendly. Key deliverables: • Data hookup that securely streams click, view, and purchase events to the model • Recommendation algorithm (ready-made SDKs like TensorFlow Recommenders or a SaaS such as Amazon Personalize are fine, as long as it can be tuned) • Front-end widgets for the product pages and homepage matching current site design • Admin controls to adjust model parameters and track performance (CTR, AOV) • Clear setup and hand-off documentation Acceptance criteria: 1. Recommendations refresh based on new user actions within the same session. 2. Widgets load in <1 s on a 4G connection. 3. All Arabic copy displays correctly without encoding issues. 4. A/B toggle available so I can measure lift against the current static upsells. Please mention any prior projects where you implemented personalized recommendations, the tech stack you prefer for the model, and an estimated timeline for deployment and testing.
Project ID: 40527613
131 proposals
Remote project
Active 1 day ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
131 freelancers are bidding on average $44 USD for this job

Hi, I've built recommendation engines for e-commerce sites before. Your Arabic coffee shop needs a WooCommerce plugin that tracks user behavior and surfaces personalized products — I'll integrate an AI model that learns from browsing patterns. Message me to discuss the approach. Best Regards, Hasan
$200 USD in 7 days
8.7
8.7

With experience in AI-powered recommendation engines and WordPress/WooCommerce integration, I propose enriching your Arabic-coffee e-commerce site with personalized product suggestions. Could you share insights on the existing data structure to ensure seamless integration of the recommendation algorithm? Regards, Yogesh Kumar
$20 USD in 6 days
8.5
8.5

Hi, I can see the hidden goal here: turning every product page into a quiet salesperson that learns fast and speaks Arabic cleanly. Your WooCommerce store needs recommendations that feel native, react within the same session, and never slow the page down. I’ve built WordPress/WooCommerce integrations, custom PHP/API workflows, and lightweight recommendation flows that track views, clicks, and purchases, then surface personalized widgets on product pages and homepages. For this, I’d likely use a fast event stream into a microservice or SaaS model layer, with UTF-8-safe Arabic rendering, admin controls for tuning, and an A/B switch to compare against your current upsells. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. I can share a practical deployment plan after checking your current theme, data capture method, and whether you prefer Amazon Personalize or a custom model layer. Would you prefer the recommendations to learn only from your store data, or should they also use product-category logic so the engine has a little coffee-fueled common sense? Looking forward to your reply so we can finalize the exact plan. Best regards, Asad
$30 USD in 3 days
8.4
8.4

Hi, I will integrate an AI-powered recommendation engine into your Arabic-coffee e-commerce site, utilizing personalized suggestion algorithms based on user behavior. The solution will seamlessly integrate with your existing WordPress/WooCommerce setup, ensuring real-time performance and Arabic language compatibility. Key deliverables include data hookup, recommendation algorithm, front-end widgets, admin controls, and comprehensive documentation. Let's discuss further. Regards, Sai Bhaskar
$30 USD in 1 day
7.8
7.8

Hello, I’m excited about your project to enhance your Arabic-coffee e-commerce site with a personalized AI recommendation engine. It sounds like you want to create a tailored shopping experience based on user behavior, which is essential for boosting engagement and conversions. To tackle this, I would securely connect data streams to an AI model that can generate real-time recommendations, ensuring they appear quickly without affecting site performance. With 7+ years of experience in PHP, WordPress, and WooCommerce, I’ve worked on similar projects where I implemented personalized recommendations using various algorithms. I prefer using a mix of ready-made SDKs like TensorFlow Recommenders, as they allow for flexibility and customization. As we move forward, I’m curious about the specific metrics you plan to use for measuring the success of the recommendations. Best regards, Ivan Mandinski
$15 USD in 1 day
7.6
7.6

Hello, You need a real‑time, Arabic‑aware recommendation engine that plugs into your WooCommerce store, showing personalized product picks on product pages and the homepage carousel, with admin controls and sub‑second load times. The main challenges are streaming user events securely to a model, keeping latency under one second on mobile, and ensuring Arabic text renders flawlessly. Integrating a lightweight microservice alongside WordPress (or a custom plugin that calls the service) will avoid a heavy overhaul while giving you flexibility. I would set up an event collector (WP hook on view/add‑to‑cart/purchase) that writes JSON to a secure queue (Redis / RabbitMQ). A Python‑based microservice (FastAPI) will consume the queue and feed a TensorFlow Recommenders model, or we can connect directly to Amazon Personalize via its SDK if you prefer a managed solution. The service will expose a fast REST endpoint that the front‑end widget queries via Ajax; results are cached for the session to meet the <1 s requirement. A small WordPress plugin will render the widget using your existing Tailwind/Bootstrap styles and handle the A/B toggle via a custom option page. For admin tracking, I’ll add a simple dashboard (WP admin page) showing CTR, AOV, and model health metrics, with sliders to tweak model hyper‑parameters (e.g., embedding size, recent‑session weight) without redeploying.
$50 USD in 7 days
7.6
7.6

Hello, I’ve carefully reviewed your project requirements and they align very well with work I’ve completed successfully in the past. I’m confident I can deliver this exactly the way you expect — clean, reliable, and scalable. If you’d like, I can quickly walk you through a similar project I completed and explain how I’d approach yours step-by-step. I’m also happy to jump on a quick audio or video call to clarify anything. 410+ verified 5★ reviews, 538+ completed projects, Full-stack expert: CMS (WordPress, Shopify, Wix, Framer, Squarespace, Magento 2, OpenCart) Python, PHP, Laravel, React.js , node.js n8n, Zapier, AI agents. Always on time, within budget, Free 1-month post-delivery support you can check my skills and reviews here - https://www.freelancer.com/u/zahi9 Looking forward to your response. Best regards, Zahidul
$20 USD in 7 days
7.8
7.8

Hi, your project is really a real-time personalization problem inside a live WooCommerce storefront, not just a widget add-on, and I’ve built production systems where new logic had to fit cleanly into an existing customer flow. The real engineering risk is serving recommendations fast enough for product pages and homepage placement while keeping event ingestion, ranking updates, and measurement consistent under sub-1s latency. The closest matches in my background are Custom Feature Development & Integration and Squarespace Checkout Streamlining for Meal Service, both centered on extending live commerce systems with custom logic, UI integration, testing, and handoff documentation. I usually structure this as separate layers: event capture, recommendation service, and storefront rendering. For WooCommerce, that typically means lightweight tracking hooks, a scoring layer that can react within-session, and cache-aware widgets so homepage and PDP requests stay fast. I’d also treat reliability explicitly: fallback recommendations for sparse users, clean UTF-8 handling for Arabic copy, and A/B instrumentation tied to CTR and AOV so lift is measurable rather than assumed. These are the kinds of systems I design for long-term production use, not one-off demos. If useful, I can sketch the event flow and recommendation serving path for your current WordPress setup first. Thanks, Hercules
$300 USD in 7 days
7.4
7.4

Hi, I understand your requirement and can handle this project with a clean, professional approach focused on performance and usability. I have 3+ years of experience working with HTML, PHP, and WordPress, delivering solutions that are reliable and easy to manage. For your project, I will implement an AI-powered recommendation engine that integrates seamlessly into your existing WordPress WooCommerce setup. This will involve securely streaming user behavior data to tune our recommendation algorithm, ensuring personalized suggestions appear quickly on product pages and the homepage. One suggestion is to optimize the model for real-time performance to enhance user experience and boost conversion rates. I've worked on similar projects where I successfully implemented tailored recommendations and improved user engagement significantly. I can complete this within a reasonable timeline, ensuring you have a fully functional recommendation engine ready for user testing. Quick question: What specific metrics do you want to track for performance measurement? Regards, Khurshid Ahmed
$25 USD in 1 day
7.1
7.1

Hi! My name is Marjan and I'm here to offer you my services as a skilled applicant with over a decade of experience working on Freelancer.com. I believe I am the best fit candidate for this project due to my extensive experience; I would like to have a discussion to get to know that we both are on the same page. Once the scope will be locked, I will start working on it right away.
$200 USD in 7 days
6.9
6.9

As a seasoned WordPress and WooCommerce developer with over 12 years of experience, I've successfully implemented AI-powered recommendation engines similar to what you're seeking for a variety of e-commerce platforms. Notably, I've also integrated such solutions into existing WordPress stacks like yours, ensuring smooth backend plugin or API connections while adopting the latest available technologies to deliver real-time personalized recommendations. With an in-depth understanding and extensive practice in optimizing website performance, your site's speed on 4G connections will never be an issue under my watch. I prioritize the conversion-driven aspects of website development, which differentiate me as more than just a developer. I have mastered Elementor & Page Builder Expert, speed optimization techniques, multilingual support (including required Arabic RTL alignments) and other relevant skills that directly complement your needs. To further establish my credibility for this project, not only have I successfully delivered 100+ projects but I am also committed to providing you with free post-launch support for a month. My goal is to build long-lasting relationships with clients through robust solutions leading to tangible business growth. Let's discuss how I can turn your ideas into a powerful website that serves targeted recommendations instantly to every visitor! Sush
$50 USD in 2 days
6.6
6.6

Hello! We can build a personalized recommendation solution for your WooCommerce store. 1. Do you already collect browsing and purchase events in a form that can be used for recommendations? 2. Do you prefer a plugin-based setup or an external API/microservice for the recommendation engine? — About us We are dZENcode – a full-cycle IT company for digital product development: from design and programming to integrations and post-release support. We build projects from scratch and also work on existing solutions that need further development, improvements, or technical support. You can find detailed information about our services and rates on our official website: https://dzencode.com. Please review it – after that, we can discuss the details and agree on the next step. ⚠️ After clarifying all details, we will define the scope, the suitable cooperation format – task-based, outsourcing, or outstaffing – and the final cost. Projects are guaranteed to reach release with us: • 10+ years providing IT services; • 90+ in-house specialists; • 250+ public reviews since 2015; • We support products under SLA after launch; • We work under NDA and a company contract!
$20 USD in 7 days
6.7
6.7

مرحباً، نحن فريق تطوير متكامل بخبرة تتجاوز 10 سنوات في تطوير حلول الذكاء الاصطناعي والتجارة الإلكترونية، ولدينا خبرة واسعة في WordPress وWooCommerce وبناء أنظمة توصية ذكية مخصصة تساهم في زيادة المبيعات وتحسين تجربة العملاء. سنقوم بتطوير نظام توصيات يعتمد على سلوك المستخدم الفعلي (التصفح، المشاهدة، والشراء) لتقديم اقتراحات شخصية باللغة العربية تظهر في صفحات المنتجات والواجهة الرئيسية، مع الحفاظ على سرعة تحميل أقل من ثانية ودعم كامل لترميز UTF-8. يشمل الحل: • ربط بيانات المشاهدة والنقر والشراء بالنظام بشكل آمن. • تطوير أو دمج محرك توصيات ذكي باستخدام TensorFlow Recommenders أو Amazon Personalize أو حلول مخصصة. • تصميم Widgets متوافقة مع هوية الموقع الحالية. • لوحة تحكم لمتابعة الأداء ومؤشرات CTR وAOV. • دعم التحديثات اللحظية خلال الجلسة نفسها. • توفير خاصية A/B Testing لمقارنة الأداء مع الاقتراحات التقليدية. • تسليم التوثيق الكامل والكود القابل للتطوير مستقبلاً. نحن فريق متكامل ونستطيع البدء مباشرة، مع الحرص على تقديم حل سريع، قابل للتوسع، ومتوافق بالكامل مع تجربة المستخدم العربية.
$20 USD in 7 days
7.0
7.0

Hello, I came across your Personalized AI Recommendations for Website and I am very interested in working with you. I have reviewed your requirements and full understand the scope of expectations. I specialize in PHP, Website Design, WordPress, HTML, and have successfully delivered similar projects before. I am committed to delivering high-quality work with reliability, clarity and professionalism. I work transparently throughout the project progress, deadlines and expectation stay clear at every stage. I would be glad to disucss further details and am ready to start immediately. Looking forward to hearing from you. Regards. Anum
$30 USD in 1 day
5.8
5.8

Hello Dear! Greetings from Toriqul Global Solutions! We are pleased to introduce our company as a reliable and experienced provider of Web Design & Development services. Founded and led by Engineer Toriqul Islam, a B.Sc. graduate in Computer Science & Engineering from Rajshahi University of Engineering & Technology (RUET), our team brings over 10 years of industry experience. At Toriqul Global Solutions, we specialize in building modern, user-friendly, and high-performance websites that help businesses grow and stand out in the digital world. Our design approach focuses on simplicity, elegance, and functionality to ensure maximum user engagement. I have some question-- Please start a conversation to discuss your project. Technologies We Use: Custom Websites Development Using ======>Full Stack Development. 1. HTML5 2. CSS3 3. Bootstrap4 4. jQuery 5. JavaScript 6. Angular JS 7. React JS 8. Node JS 9. WordPress 10. PHP 11. Ruby on Rails 12. MYSQL 13. Laravel 14. .Net 15. CodeIgniter 16. React Native 17. SQL / MySQL 18. Mobile app development 19. Python 20. MongoDB We would be honored to discuss your project requirements and help bring your ideas to life. Thank you for your time and consideration. Warm Regards, Toriqul Global Solutions
$20 USD in 1 day
6.0
6.0

Hi there, I will integrate a low-latency AI recommender into your live WordPress + WooCommerce Arabic coffee store. I build PHP plugins and lightweight microservices with secure API integration; I previously deployed recommenders for WooCommerce and retail sites using TensorFlow Recommenders and Amazon Personalize; MVP in 1 day, full testing 5-7 days. - Implement secure event streaming: PHP endpoint/webhooks to stream click, view, and purchase events to the model (authenticated, encrypted). - Deploy and tune recommendation engine: TensorFlow Recommenders or Amazon Personalize integration, session-aware model, <1s widget response time and A/B toggle. - backup checkpoint and staged deployment with post-deploy validation and lift measurement. Skills: ✅ WordPress ✅ WooCommerce ✅ API Integration ✅ PHP ✅ Real-time performance tuning ✅ UTF-8 Arabic rendering Certificates: ✅ Microsoft® Certified: MCSA | MCSE | MCT ✅ cPanel® & WHM Certified CWSA-2 Available to start immediately , Do you prefer a managed SaaS such as Amazon Personalize for fastest time-to-market, or a self-hosted TensorFlow Recommenders microservice for full data control and guaranteed sub-1s latency? , $30 / 1 day.
$30 USD in 1 day
5.7
5.7

I am a Full Stack Developer, AI Engineer, and Data Analyst with extensive experience building AI-powered recommendation systems, WooCommerce customizations, WordPress plugins, analytics pipelines, and real-time personalization solutions. For your project, I can develop a personalized recommendation engine that goes beyond traditional "related products" and generates recommendations based on each visitor's browsing behavior, product views, cart activity, and purchase history. The system will continuously learn from customer interactions and update recommendations during the same browsing session, helping improve engagement and conversion rates. I have experience developing AI-driven personalization, recommendation engines, customer behavior analytics systems, and data-driven eCommerce solutions using Python, machine learning, APIs, and WordPress integrations. Estimated timeline: • Discovery and architecture: 1 to 2 days • Backend recommendation engine: 3 to 5 days • WooCommerce integration and widgets: 2 to 3 days • Testing, optimization, and deployment: 2 days I can start immediately and help you implement a scalable recommendation system tailored specifically for your Arabic coffee store.
$20 USD in 7 days
5.8
5.8

As an experienced Web & App Developer, I specialize in providing tailored digital solutions that cater to my clients' specific needs. I have deep expertise in API Integration, HTML, Website Design, and working with platforms like WordPress, skills that are a seamless match for your Arabic-coffee e-commerce site project. I understand the importance of a personalized digital experience for users and have successfully executed similar projects in the past. One noteworthy example is a project where I integrated a unique algorithm for personalized recommendations on an e-commerce site. This included real-time updates based on user behavior, high-performance frontend widgets, and comprehensive admin controls for adjusting parameters and tracking performance - features you've specifically asked for. Additionally, my familiarity with platforms like TensorFlow Recommenders and SaaS Amazon Personalize will ensure a smooth workflow that saves time and optimizes resource utilization. My commitment for the best possible results within strict timelines will be perfectly aligned with your acceptance criteria. Together, we'll not only boost conversion rates but also deliver a delightful shopping experience tailored to every individual visitor.
$10 USD in 1 day
5.6
5.6

Hi there, I can build and integrate a personalized AI recommendation engine for your WooCommerce store that analyzes user views, clicks, and purchases to deliver real-time product recommendations on product pages and homepage carousels. Using a scalable stack such as TensorFlow Recommenders with a lightweight API layer (or Amazon Personalize where appropriate), I’ll ensure sub-second widget loading, UTF-8 Arabic compatibility, session-based recommendation updates, A/B testing controls, and detailed analytics for CTR, conversion rate, and AOV tracking. The easiest way to know we're a fit? See our work and reviews for yourself. If the above sounds perfect, then message me! I'm waiting, Abdul Basit Ali P.S. The final investment will reflect the full VALUE delivered and may be adjusted with scope changes.
$30 USD in 7 days
5.5
5.5

Hello, I am excited about the opportunity to enhance your Arabic-coffee e-commerce site with an AI-powered recommendation engine. Leveraging my expertise in PHP, WordPress, and API Integration, I will seamlessly integrate a personalized recommendation algorithm into your existing WordPress with WooCommerce stack. By utilizing proven SDKs like TensorFlow Recommenders, I will ensure real-time performance and tailored product suggestions for each visitor. The key deliverables will include secure data hookup, front-end widgets matching your site design, and admin controls for easy management. I have successfully implemented personalized recommendation engines in the past, and I am confident in delivering a solution that meets your criteria. Smooth communication during United Arab Emirates's time zone is guaranteed. Looking forward to collaborating on this exciting project. Best regards, Jamila
$20 USD in 1 day
4.9
4.9

Sharjah, United Arab Emirates
Payment method verified
Member since Sep 18, 2025
$10-30 USD
$50000-100000 USD
$10-30 USD
$10-30 USD
$10-30 USD
$750-1500 AUD
$250-750 AUD
min $50 USD / hour
$250-750 USD
$250-750 USD
$500 USD
₹1500-12500 INR
$30-250 CAD
₹12500-37500 INR
$15-25 USD / hour
$15-25 USD / hour
$500 USD
₹1500-12500 INR
$150-700 USD
$10-20 AUD
$750-1500 USD
₹1500-12500 INR
₹12500-37500 INR
₹37500-75000 INR
€30-250 EUR