
Closed
Posted
Jain Contacts Campaign System ================================== Schema: public.jain_contacts (bigserial id) Columns: id, name, mobile, email, email_contact, address, city, pincode, state, company, salary, work_experience, level, created_at WHAT IS NEW IN v3 ------------------ - Engine matches actual Supabase schema (no generated columns) - All segment filtering done via Supabase query (not Python) - contact_id stored as text (bigserial -> text compatible) - AI Enrichment panel in [login to view URL]: Select contacts -> click "Enrich with AI" Choose free OpenRouter model (no cost, no card) Get: Professional Summary, Outreach Message, Company Insights, Lead Score, Interest Tags Export enriched results as CSV SETUP ORDER ----------- 1. Run [login to view URL] in Supabase SQL Editor 2. Import contacts (if not done): pip install supabase python-dotenv python [login to view URL] --file [login to view URL] --limit 500 3. Install and run locally: pip install -r [login to view URL] python [login to view URL] Test: http://localhost:5001/health 4. Open HTML files: [login to view URL] - Search + AI Enrichment [login to view URL] - Launch campaigns [login to view URL] - Monitor live pipeline DEPLOY TO PYTHONANYWHERE (FREE, ALWAYS ON) ------------------------------------------ 1. [login to view URL] -> Create free Beginner account 2. Files tab -> Upload: [login to view URL] + [login to view URL] 3. Consoles -> Bash: mkvirtualenv --python=/usr/bin/python3.11 jain-venv pip install -r [login to view URL] 4. Web tab -> Add new web app -> Manual -> Python 3.11 5. Source code: /home/YOUR_USERNAME Virtualenv: jain-venv 6. Click WSGI file link -> delete all -> paste [login to view URL] Edit YOUR_USERNAME and all credentials -> Save 7. Reload -> test: [login to view URL] DEPLOY TO RENDER/RAILWAY (FREE) -------------------------------- 1. Push these files to a GitHub repo: [login to view URL], [login to view URL], Procfile, [login to view URL] 2. Connect repo to Railway or Render 3. Add environment variables from [login to view URL] 4. Deploy -> get URL like [login to view URL] AI ENRICHMENT (in [login to view URL]) -------------------------------------- 1. Search and find contacts 2. Select contacts using checkboxes 3. Click "Enrich with AI" button 4. Enter OpenRouter API key (free at [login to view URL] - no card) 5. Choose model (Llama 3.3 70B recommended) 6. Select enrichment types 7. Click "Enrich Selected Contacts" 8. Results show inline per contact 9. Click "Export Enriched CSV" to download SEGMENTS -------- email_ready - email not null whatsapp - mobile not null both - email + mobile professionals - company + email senior - Manager/Director/VP level with_salary - salary not null experienced - work_experience not null maharashtra - Maharashtra state delhi - Delhi state rajasthan - Rajasthan state gujarat - Gujarat state mp - Madhya Pradesh state all_contacts - everyone
Project ID: 40486213
17 proposals
Remote project
Active 7 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
17 freelancers are bidding on average ₹952 INR/hour for this job

As the founder and CEO of Web Crest with over a decade of experience in AI development and Python, I'm perfectly suited to deliver on the requirements for your Jain Contacts Campaign System. It's worth mentioning that my team at Web Crest not only provides robust technological solutions but also ensures these solutions root from sound business understanding. Our practical innovation approach aligns well with your project's need for Intelligent segment filtering, Contact Enrichment via AI, and Exporting enriched result as CSV. Beyond creating structurally impeccable applications like Jain Engine v3, we excel at managing large datasets- proven by our ability to import contacts into Jain with efficiency. My proficiency in handling complex databases is also backed by my team's capability to provide complete support from uploading and deploying the application locally to ensuring its seamless performance on platforms like PythonAnywhere or Render/Railway. Choosing Web Crest means opting for a reliable, skilled, and scalable service — one that boasts a 98% project completion rate with consistent positive feedback, as well as dedication to clear communication and transparent workflow. Let me simplify this choice: if you're looking for a technology partner who can understand your need deeply and provide meticulous yet high-performing solutions, Let’s build something meaningful together
₹1,000 INR in 40 days
6.6
6.6

With your longstanding objective of embracing agentic AI into your systems, my name is MOHD SADAB and I am confident that I am the best person for the task at hand. My experience revolves around building AI systems which employ a range of production grade skills. This includes working with LLM integrations, RAG pipelines, and predictive ML models - all designed to function within existing workflows and make sound decisions that drive tangible results. Moreover, my firm's diverse tech stack comprising OdooERP, IoT hardware design, MQTT-connected sensor networks, allows us to effectively put AI literally where others can't! Whether it be incorporating AI into IoT devices, embedding agents in enterprise software or applying intelligent systems in real-time scenarios, my team and I are always ready to deliver efficient solutions. This project demands a multifaceted approach centered around deploying React, Flutter, Django and Node along with Python as backed by AWS, GCP or Azure on various devices. Here again rests an arena wherein we excel providing a competitive edge especially when hardware oriented tasks (such as PCB design, ESP32/STM32 firmware) are involved. Given this alignment with your requirements along with proven reliability to combine all these different components together to create reliable solutions for complex problems; I assure you that my team and I are fully equipped to ace this endeavour!
₹1,000 INR in 40 days
6.5
6.5

Your campaign system will fail at scale because you're running AI enrichment synchronously - when you hit 100+ contacts, the browser will timeout waiting for OpenRouter responses. Quick question - are you planning to enrich contacts in real-time during search, or can this run as a background job? And what's your OpenRouter rate limit on the free tier? Here's the fix: - PYTHON + CELERY: Move AI enrichment to async workers so users don't wait 2 minutes staring at a loading spinner. Queue jobs, return immediately, poll for results. - SUPABASE + POSTGRESQL: Add an enrichment_status column (pending/processing/complete) and cache AI responses so you don't burn API credits re-enriching the same contact twice. - FLASK + SERVER-SENT EVENTS: Stream enrichment progress back to the UI in real-time instead of blocking the main thread. Users see "3 of 50 contacts enriched..." live updates. - DATA PROCESSING + BATCH API: Send 10 contacts per OpenRouter request instead of 1-by-1 calls. This cuts latency by 90% and prevents rate limit errors. - MYSQL INDEXING: Your current schema has no indexes on city, state, or level - filtering 10K contacts will take 3+ seconds. Add composite indexes on (state, level, email) to drop query time under 200ms. I've built 4 CRM enrichment pipelines that process 50K+ leads daily without timeouts. The architecture you need depends on whether this is a 500-contact pilot or a 100K-contact production system - let's align on scale before I propose the stack.
₹900 INR in 30 days
5.8
5.8

Hi, I came across your project "Directory search application" and I'm confident I can help you with it. About Me: I'm a full stack developer and agency owner with over 8+ years of experience in Web Application, MySQL, Python, Web Scraping. , and I understand exactly what’s needed to deliver high-quality results on time. Why Choose Me? - ✅ Expertise in required Technologies and 1 year post deployment free support - ✅ On-time delivery and excellent communication - ✅ 100% satisfaction guarantee Let’s discuss your project in more detail. I’m available to start immediately and would love to hear more about your goals. Looking forward to working with you! Best regards, Deepak
₹930 INR in 40 days
5.4
5.4

Hi, I reviewed the Jain Contacts Campaign System v3 requirements and what caught my attention is that the architecture is already partially defined, including Supabase integration, AI enrichment via OpenRouter, segmentation, and deployment targets (PythonAnywhere/Render/Railway). My experience includes Python, Supabase, data processing pipelines, CRM/campaign systems, AI integrations, and deployment automation. I can help validate, optimize, and extend the entire workflow, including: ✓ Supabase schema setup and query optimization ✓ Contact import and deduplication workflows ✓ Campaign engine enhancements ✓ AI Enrichment integration with OpenRouter models ✓ CSV export and reporting features ✓ Search, segmentation, and filtering logic ✓ PythonAnywhere / Render / Railway deployment ✓ API security and environment management ✓ Dashboard and campaign monitoring improvements ✓ Documentation and deployment guides What stands out is the AI enrichment workflow. Proper batching, rate-limit handling, error recovery, and enrichment caching are important to keep costs low and performance reliable while processing large contact datasets. I can start immediately and help ensure the platform is stable, scalable, and ready for production deployment. Best Regards, Jemin Sagar
₹1,000 INR in 40 days
4.8
4.8

Hi, Krishna here from Delhi. We are a team of 20+ engineers, have completed 300+ projects with 4.7 rating. Recently we have completed a similar project. Would like to chat with you to understand the requirements. As a proficient AI developer, I believe my skills and experience align perfectly with your project needs suche as transforming the v2 version of the Jain Contacts Campaign System to the improved v3. At our software development firm, we design advanced solutions tailored to meet complex business challenges, and this includes web application development and seamlessly integrating AI functionalities. Our artificial intelligence expertise spans across various domains from predictive analytics to generative AI and RPA, all of which are essential requirements for realizing the functionalities listed in your project description. Together, we can bring your vision of a comprehensive directory search application to life. Our proficiency in AI entails running tasks such as open router enrichment that will allow users to not only quickly locate contacts but also get enhanced insights about them. We've developed numerous tools with similar functionalities before including computer vision systems for automated quality inspections in manufacturing sectors and NLP frameworks for better language understanding just as needed in this project.
₹1,000 INR in 40 days
6.0
6.0

With 15+ years of comprehensive experience in web, window, and Android development, our expert team is well-prepared to take on your directory search application project. Our vast range of skills covers exactly what you need, including Data Processing, MySQL, Python (essential for deploying your v3 version), Software Architecture (a crucial element in designing a robust search engine), and even Web Scraping (in case further data extraction is necessary). What sets us apart is not just our skills but our commitment to delivering the best possible service. We pride ourselves on providing high quality work at the best possible price, always with the aim of ensuring 100% client satisfaction. We also understand that the success of a project relies not solely on technical ability but also on effective communication and reliability - and these qualities lie at the core of everything we do. Lastly and perhaps most importantly, we are readily available to work around your schedule. We're committed to offering an around-the-clock service, so your project can progress as quickly as possible without any delay. Don't hesitate to reach out and let's discuss how we can make your Jain Contacts Campaign system thrive in its latest version!
₹1,000 INR in 40 days
4.5
4.5

With my extensive experience in full-stack web development and expertise in a range of languages and tools including HTML, CSS, JavaScript, React, Node.js, and MongoDB to name just a few; I am confident in my ability to deliver the comprehensive and robust directory search application you require. My skills in Data Processing Apart from delivering on your project requirements efficiently and effectively, I intend to deliver a product with long-term scalability that is easy to maintain. Optimum performance optimization and bug-fixing are key priorities for me which means that the final product will be stable, reliable and efficient. Choose me for this task if you want robust coding met by effective communication throughout the process. I look forward to working with you on this Jain Contact Campaign System!
₹1,000 INR in 40 days
4.2
4.2

Hello, Your Jain Contacts Campaign System is already well structured, and I can help finalize, deploy, and polish it into a reliable campaign/search/enrichment workflow. What stands out is that v3 has clear improvements: Supabase-side filtering, schema compatibility, contact ID handling, AI enrichment, CSV export, campaign launch, and dashboard monitoring. My focus would be to make the system stable, easy to deploy, and simple for non-technical users to operate. I can help with: * Supabase schema setup and validation * Contact import testing and cleanup * Local engine setup with Flask/Python * Search and segmentation flow validation * AI enrichment panel testing with OpenRouter * CSV export verification * Campaign launch and dashboard pipeline testing * PythonAnywhere / Render / Railway deployment * Environment variable and credential configuration * Documentation and handover support I would also review the end-to-end flow: Search contacts → select contacts → enrich with AI → export CSV → launch campaign → monitor dashboard Before starting, I’d review the current files, Supabase credentials, sample contact CSV, and preferred deployment platform. I can start immediately and help move this from setup instructions to a working live system. Best regards, Mayuri Python Developer | Supabase | Automation | AI Integration
₹1,100 INR in 40 days
1.1
1.1

IF YOU'RE NOT HAPPY, DON'T PAY. I recently completed a project leading to reduced load times by 40%. I am new to Freelancer but bring experience from large-scale projects, including work alongside tech giants like Microsoft. Your need for a clean, scalable directory search application is clear. I can ensure a seamless, user-friendly system that aligns with your vision. My approach focuses on simplicity, reliability, and long-term results. I am ready to start. If this aligns with your project, feel free to reach out to discuss scope and pricing. Regards, Patrick
₹750 INR in 7 days
0.0
0.0

⭐ I handled a similar project ⭐, Happy to show you what works before you commit. Built a comprehensive Jain Contacts Campaign System tailored to your schema, emphasizing efficient contact management. Aligned with your project requirements, ensuring seamless integration and optimal functionality. Demonstrating a deep understanding of the project's intricacies for effective implementation. Specializing in enhancing performance, security, and delivering a polished user experience. Worst case, you walk away with a free consultation and a clearer understanding of your project. Kind regards, Curtley
₹950 INR in 7 days
0.0
0.0

Jaipur, India
Member since Jun 2, 2026
$30-250 NZD
$250-750 USD
$250-750 USD
₹75000-150000 INR
$15-25 USD / hour
₹60000-80000 INR
₹600-3000 INR
₹1500-12500 INR
₹1500-12500 INR
₹37500-75000 INR
$10-11 USD
€1500-3000 EUR
₹1500-12500 INR
₹37500-75000 INR
$15-25 USD / hour
$1500-3000 AUD
₹1500-12500 INR
₹12500-37500 INR
$25-50 USD / hour
$15-25 USD / hour