
In Progress
Posted
Paid on delivery
I am looking for an experienced Python, local AI, macOS, and browser-automation developer to build one integrated private AI and knowledge-archive system for my MacBook Air M1 with 16 GB unified memory. The project has two connected parts: 1. **AI-Native MacBook Setup** Build a lightweight, practical local AI environment optimized for Apple Silicon. The setup should include: - Ollama or another suitable local AI runtime - A user-friendly interface such as AnythingLLM, Open WebUI, or a better alternative - Efficient local language and embedding models suitable for an M1 MacBook with 16 GB memory (e.g., Gemini, Chat GPT, Claude) - Private local document search and question answering - Separate knowledge workspaces for: - ShivHeals - Webgroww Digital - Personal Knowledge - Google Groups Archive - Support for PDF, DOCX, TXT, Markdown, CSV, and similar files - Selected integration with my 1 TB and 2 TB external drives - Lightweight local audio/video transcription where practical - Simple Mac launchers so normal use does not require Terminal commands - Backup, restoration, privacy, storage, and performance documentation The final result should feel like a usable personal AI operating environment that is lightweight and practical. 2. **Automated Google Groups Archive System** Build a reusable archive system for approximately 4,000 Google Group messages, including multiple discussion threads and replies. The messages are available through the Google Groups website using my authorized account and are not stored in Gmail. The system should: - Use secure browser-session authentication without storing my Google password - Extract all accessible threads, messages, and replies - Save data continuously to SQLite or another suitable local database with checkpoints and automatic resume features - Include retries and duplicate prevention mechanisms - Recover safely after browser closure, internet interruption, or Mac restart - Preserve message content, author details, dates, subjects, thread relationships, source URLs/links, and original formatting where practical - Maintain logs and clearly report failed or inaccessible messages - Support future incremental updates so only new messages are added Required archive outputs: - Complete searchable archive database - Preserved original and cleaned message content - Searchable PDF volumes - One complete searchable master PDF (potentially over 5,000 pages) - Lightweight Excel/CSV index - JSON/JSONL or another structured export format - Verification reports with SHA-256 checksums The completed Google Groups archive should also become an optional searchable knowledge source within the local AI system while keeping the original database unchanged. **Final Deliverables:** 1. Complete working source code. 2. Installation and testing on my MacBook Air M1. 3. Simple launcher or lightweight dashboard. 4. AI workspaces and local document-search setup. 5. Working resumable Google Groups archive system. 6. Complete archive database and PDF outputs. 7. Incremental archive-update mode. 8. Backup and recovery setup. 9. User documentation and troubleshooting guide. 10. Full ownership of all custom code and project outputs. 11. 30 days of post-delivery bug-fix support. This will be a fixed-price milestone-based project starting with a small working prototype before proceeding with the complete implementation.
Project ID: 40578890
16 proposals
Remote project
Active 6 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
16 freelancers are bidding on average ₹26,188 INR for this job

Hello, I trust you're doing well. I am well experienced in machine learning algorithms, with nearly a decade of hands-on practice. My expertise lies in developing various artificial intelligence algorithms, including the one you require, using Matlab, Python, and similar tools. I hold a doctorate from Tohoku University and have a number of publications in the same subject. My portfolio, which showcases my past work, is available for your review. Your project piqued my interest, and I would be delighted to be part of it. Let's connect to discuss in detail. Warm regards. please check my portfolio link: https://www.freelancer.com/u/sajjadtaghvaeifr
₹35,000 INR in 7 days
7.3
7.3

Hello.. I can build this as a modular, milestone-based solution using Python, Playwright, SQLite, and a local AI stack (Ollama/Open WebUI) optimized for your MacBook Air M1. I'll implement resumable Google Groups archiving with checkpoints, duplicate prevention, logging, incremental updates, and searchable exports. The local AI environment will support separate knowledge workspaces, document indexing, and private search. I'll provide clean source code, installation on your Mac, documentation, launchers, and post-delivery support. I recommend starting with a working prototype to validate the architecture before expanding to the full system. I'd be happy to discuss the best implementation approach.
₹33,000 INR in 7 days
3.5
3.5

Hello There, We have experience in developing native macOS automation tools for large-scale Google Groups and Usenet data extraction, using browser automation, API integration where available, and optimized data processing to deliver reliable, repeatable results. Couple of quick questions: - Should the automation work through Google Groups' web interface, or do you already have API or authenticated access that we should integrate with? - What information do you need to extract from each post (message content, author, attachments, timestamps, replies, etc.), and in which format would you like the final output? Our company has 17+ years experience in IT service development. You might see our profile is new, but not new in this business. Kindly open the chatroom, we will discuss your requirement in detail. Also release the payment once we are finish the task as you prefer. Give us a opportunity and we won't fail you. Thanks, Sandeep K.
₹12,500 INR in 7 days
0.0
0.0

Drawing from my extensive experience in Python, software architecture, and utilizing SQLite databases, I am the perfect fit for your project. With a top 3% ranking on Freelancer.com and having completed over 1000 projects worldwide, my reputation for delivering high-quality work and ensuring client satisfaction is unmatched. Moreover, I understand your unique needs for this project. As an AI developer fluent in macOS, I am capable of building a customized, lightweight local AI system that optimizes Apple Silicon for your MacBook Air M1. Using my skills in Software development, I would also create an efficient Google Groups Archive system that would extract all accessible threads and messages to ensure you have a complete, searchable record of your discussions. Additionally, as someone who can communicate clearly in English and has experience working within different time zones,I offer effective coordination and responsive communication. You won't have to worry about project delays or unresolved issues because we’ll be on top of everything, keeping you informed every step of the way.
₹25,000 INR in 7 days
0.0
0.0

The easy half here is Ollama and AnythingLLM. The half that decides success is the Google Groups archiver: 4,000 messages pulled through a live browser session without storing your password, checkpointed to SQLite so a crash or Mac restart resumes instead of restarting, with dedup and full thread relationships preserved. I build exactly this. I run local models daily on quantized Ollama setups, and I have built resumable scrapers with SQLite checkpointing and automatic retries, plus browser-session automation that never touches stored credentials. For your M1 with 16GB, I would fit capable models into unified memory without thrashing (correct quantization plus a light embedding model), wire AnythingLLM with separate workspaces per your list, then build the archiver as a resumable pipeline with logs, incremental updates, and clean PDF and database exports. I would start with milestone one: the full local AI environment running on your machine, so you see it working before the archiver. Tell me how you currently open the Groups and I will map the extraction approach in my first message.
₹18,000 INR in 14 days
0.0
0.0

Hi, the Google Groups half is the trickier piece here since there's no official export API, so this needs Playwright driving an authenticated browser session (cookie-based, no password storage) with checkpointing into SQLite so it can resume after a Mac restart or dropped connection. For the AI side, Ollama plus a quantized model (Llama 3.1 8B or similar) fits your M1's 16GB fine, and I'd wire it to Open WebUI with separate workspaces for ShivHeals, Webgroww Digital, Personal Knowledge, and the archive itself, each with its own embedding index for local document search. - Playwright for session-authenticated scraping + dedup/retry logic - SQLite as source of truth, incremental update mode via last-seen thread IDs - Export to searchable PDF, CSV index, JSONL, with SHA-256 checksums - Simple .app launcher so it's double-click, not Terminal I've built resumable scraping pipelines with checkpoint/resume before, and I like your milestone approach: prototype first, maybe 300-400 messages archived and one AI workspace live, before scaling to the full ~4,000. Quick question: for the master PDF, do you want original formatting preserved per-thread, or a cleaned/normalized layout across all 5,000+ pages?
₹37,500 INR in 3 days
0.0
0.0

Hello, I can build this as a milestone-based system, starting with a working prototype to validate Google Groups extraction and local AI performance on your MacBook Air M1. The prototype will include secure browser-session authentication without storing your Google password, extraction of threads and replies, SQLite storage, checkpoints, automatic resume, retries, duplicate prevention, logs, and sample CSV, JSONL, searchable PDF, and SHA-256 outputs. For the AI environment, I will configure an M1-optimized Ollama setup with a user-friendly interface, efficient local models, private document search, separate knowledge workspaces, and a simple macOS launcher. After prototype validation, I can expand the system to all accessible messages, incremental updates, PDF volumes and master PDF, external-drive integration, backup/recovery, documentation, and final Mac installation. The original archive database will remain unchanged when connected to the AI knowledge base. Before starting, I would confirm the number of Groups, attachment requirements, data size, and remote testing access. I am willing to sign the NDA and IP Agreement. This bid covers the initial working prototype. The complete implementation can proceed through mutually approved milestones.
₹25,000 INR in 7 days
0.0
0.0

Bangalore, India
Payment method verified
Member since Apr 9, 2019
$15-25 USD / hour
₹1500-12500 INR
₹1500-12500 INR
₹100-400 INR / hour
$30-250 NZD
₹1500-12500 INR
₹37500-75000 INR
$250-750 USD
$250-750 USD
$25-50 USD / hour
₹1500-5000 INR
$10-30 USD
₹600-1500 INR
₹600-1500 INR
$30-250 USD
₹12500-37500 INR
$30-250 CAD
$30-250 NZD
₹1500-12500 INR
$10-30 USD