... │ │ └─ task_engine 任务引擎 │ ├─────────────────────────────────────────────────────────────┤ │ Worker 层 (独立进程) │ │ worker/ - 账号连接保活、任务执行、状态同步 │ ├─────────────────────────────────────────────────────────────┤ │ 存储层 │ │ ├─ data_v1.3.json 主数据存储 │ │ ├─ SQLite 镜像 │ │ └─ sessions/ Telethon 会话文件 │
我正在使用 OpenClaw 作为业务后台,希望把 TikTok 账号完整接入其中,以实现更高效的用户互动。核心目标是让系统能够直接对接 TikTok API,帮助我在后台就能: • 自动抓取并显示视频的实时点赞、评论数据 • 一键回复或点赞评论,提高互动频率 • 监控粉丝增长,并输出每日/每周统计报表 我最看重的是「用户互动」效果,因此在技术实现之外,也请为我预留拓展空间,方便后续通过发布有趣的视频内容来持续提升粉丝量。 交付需求: 1. 搭建与 TikTok API 的安全对接(OAuth 授权、权限管理)。 2. 在 OpenClaw 中新增模块或插件,前端界面可查看与操作点赞、评论。 3. 粉丝增长分析:提供折线图及关键指标导出(CSV/JSON)。 4. 完整部署文档与简明用户手册,确保我无需额外开发即可维护。 如果你熟悉 TikTok 开发者工具、Webhook 以及常见的 Node.js 或 Python 框架,并能保证接口稳定、数据合规,请与我联系并简要说明你的实现思路与相关经验。
我准备在 Discord 上运行一套自己可控的群发系统,用来批量推送文本、图片和链接,并且希望它能像小助手一样自动用 AI 回应用户。核心需求分为三块: 1. 群发 • 支持一次选择多个服务器与频道,按设定频率批量发送文字、图片与链接 • 读取我已有的思维导图文件,批量导入不同话术模板并随机或顺序调用 • 发送过程要遵守 Discord 速率限制,避免封号 2. 采集 • 在指定频道自动监听并抓取成员发布的文字、图片及外部链接 • 将采集内容本地化存储,最好 JSON / CSV 可选,图片保持原图质量 • 采集结果可直接供后续 AI 模板调用或导出 3. AI 聊天自动回复 • 当频道有新消息触发时,调用 ChatGPT-style 接口按我的提示词库自动生成回复 • 支持为不同频道设置不同的提示词模板和温度等参数 • 回复与群发都应共享同一套身份信息(Bot Token 或用户 Token 视技术方案而定) 交付物 - 完整可运行的代码(Python / Node.js 均可,只要跨平台) - .env 或 config 示例,方便我填入 Token 与频道 ID - 简明部署文档:本地运行与服务器常驻两种方式 - 简短演示视频或截图,确保上述三块功能全部可用 只要功能稳定,界面可以简洁;如有现成库或 SDK 能加快开发也完全没问题。期待你的实现方案与工期。
需要设计师为我们平台的商家端设计一套 Telegram MiniApp(WebApp)。整套产品共约 30–35 个页面,覆盖首页、订单、分销、售后、钱包等核心模块。我最在意“多动效和微交互”,希望界面既简洁现代又富有层次感,整体视觉与使用流畅度要对标 Duolingo、Notion Mobile、Revolut、Hamster Kombat、Notcoin、Blum 等海外一线产品。 本项目需要你完成以下内容: • 高保真 UI 设计:为所有页面建立统一的排版、配色与组件体系。 • 动效方案与原型:落实滑动动画与按钮过渡效果,并在界面级、组件级、反馈级、装饰级层面补充必要的微交互。 • 交互节奏设计:确保任务流无阻塞,动效时长、缓动曲线和触发条件符合国际主流体验标准。 • 交付物:Figma(或同等级工具)源文件、动效演示视频 / Prototype、关键动效的 JSON / SVG / Lottie 资源及实现说明。 我会提供产品的流程图、功能需求和参考素材,你负责将其转化为可直接进入前端开发的视觉与动效规范。如果你擅长将简洁视觉、丰富动效和顺畅交互节奏结合在一起,请告诉我过往类似作品或可公开查看的 Figma 链接,期待与你合作!
...自动 Hook/拦截相关数据接口; 无需二次登录,直接利用原 APP 会话采集数据; 可在浮动按钮/后台服务中触发采集与上传。 开发者可根据技术栈选择其中一种方案,或两种均可提供。 2. 多账户管理 支持保存多个账号,快速切换。 每个账号独立 Cookie/Token,会话隔离。 独立设备指纹配置(避免所有账号使用相同环境)。 3. 数据采集 采集范围: 店铺:店铺名称、头像、评分、配送费、地址、活动; 商品:分类、名称、规格、价格、月售、图片、标签、详情描述、上下架状态。 自动交互: 遍历所有分类 Tab; 自动点击商品规格弹窗,逐项记录价格、库存; 自动进入详情页抓取详情,再返回列表; 滚动到底部,加载所有商品。 配置化:在配置文件中调整采集规则(规格点击上限、是否采集详情页、采集间隔等)。 4. 数据导出与 API 上传 支持本地导出 CSV/JSON。 通过 HTTP POST 推送到指定 API: 可配置地址、鉴权参数; 支持批量上传、失败重试、持久化队列; 保证幂等性,避免重复上传; 保存 API 返回日志,便于排查错误。 5. 风控处理(核心要求) 人类化模拟:点击/滚动随机延迟(±0.3s)、模拟自然操作顺序; 限流控制:设置全局 QPS 上限,防止过快触发风控; 设备指纹隔离:不同账号使用独立 UA/DeviceID; 验证码与异常:遇到验证码立即暂停并提示人工操作,保存截图与日志; 低速模式:可配置低频采集,模拟普通用户操作; 日志与告警:实时显示任务状态,采集失败/被限制时有提示,并生成日志文件。 技术要求 Android 原生开发(Java/Kotlin)。 熟悉 APP 逆向工程(Frida、Xposed、smali、APK 改造)。 有 移动自...
...垃圾内存清理:每循环一遍自动清理不必要的缓存和占用的内存,防止长时间运行导致系统资源占用过高,影响工具稳定性。 ✅ 任务管理 • 可保存录制流程,方便下次直接选择执行。 • 支持多个任务文件,可以自由切换执行不同任务。 ✅ 用户友好 GUI 界面 • 清晰直观的界面,让 0 基础用户 也能快速上手。 • 录制 / 执行 / 停止 按钮 一键操作,简化流程。 ✅ 兼容性 • 适配 Windows 10 / 11,确保在不同 Windows 设备上运行顺畅。 ⸻ 技术要求 ? 编程语言:Python ? UI 框架:PyQt6 / Tkinter(或开发者推荐更稳定的 GUI 方案) ? 自动化库:PyAutoGUI(用于鼠标/键盘模拟) ? 图像识别(如需增强识别能力):OpenCV / Pillow ? 任务管理:Pickle / JSON 存储任务数据 ? 其他说明 • 优先考虑稳定性和容错能力,避免因网络波动、系统弹窗等干扰导致执行失败。 • 代码需结构清晰、模块化设计,便于后期优化和扩展。 Project Overview This project aims to develop an Automated Click Execution Tool that records user operations and accurately replicates tasks. It is ideal for users who need repetitive clicking, data entry, and software automation. ⸻ Feature Requirem...
将两个有不同栏目的CSV文件格式,分别转换为统一要求格式的JSON文件,转换程序可在线浏览,转换完后可下载文件,使用HTML语句代码,可网站在线直接运行(比如做为浏览器直接打开运行),要求的功能很简单,编程高手的话成品代码估计200到300行就搞定,快的话估计不会超过半天,UI界面不要太丑,太单调,能过的去就行,但功能一定要稳定。 需要转换的CSV文件(文件名称不固定,随意): 转换后要求的文件格式(下载得到的文件名称不固定,随意): 需要可执行的完整的HTML语句的转换程序,功能单一,就是将CSV文件的相应栏目字段数据提取出来,转换并生成对应的JSON格式的数据交换文件,具体要求如下: 一、在将CSV文件转换为JSON数据文件时,JSON数据文件内的以下字符段保留不变,这一段字符相当于固定的数据表头,不需要做任何转换,并严格保留原有JSON数据文件格式和所在的行,同时,此段字符段在JSON数据文件内只需要在最前面出现一次即可,禁止在后面的data内出现 [ { "type": "header", "version": "5.1.1", "comment": "Export to JSON plugin for PHPMyAdmin" }, { "type": "database", "name": "search" }, { "type": "table", "...
本项目旨在为用户提供一种将其购买商品的电子小票转换为可复制的json文本数据的集成工具服务。 电子小票的载体一般为微信小程序或H5网页。 本项目包括一个网页端和一个云服务器。 本项目关于爬虫相关的技术,在网络中如github已有相关源代码帖子证明可实施,但前端网页及服务器的其余功能开发需要参考文档完成。 本项目不仅仅是完成功能的实现,更主要的是项目的运行维护,包括云服务器的搭建及管理等,具体要求详见附件文档说明。 海外华裔优先
最近在建一个外卖送餐的网站,需要接入Xunhupay的(微信和支付宝)支付模块。 网站使用的是foodomaa的整站代码: 需要的技能有: Software Version: PHP 7.x Software Framework: Laravel File Types Included: JavaScript JSJavaScript JSON HTML CSS PHP SQL Layered PNG 如果您感兴趣,可以写信给我,价格好商量。 另外网站还有其它的一些改版工作要做,我们可以具体讨论一下能不能一并做。 等您回复哦……
我想找能操作 1688 REST API 接口的人。 要求结果是 JSON格式,也希望可以用来寻找以下功能: 1. 查询1688某个店铺所有产品 2. 查询那个店铺的产品信息
我想获取支付宝到账信息,您可以使用任意方法,root权限,监听push,或基于xposed框架去抓取,在得到支付宝的每笔信息之后,需要以json格式返回出数据到一个URL, 这个URL由我来提供。
该项目需要开发人员,主要技术为: ASP.net/CS/MVC/WCF框架, DIV+CSS,JS(easyui/jquery/native JS/Ajax/Json). 熟悉Oracle数据库, 精通SQL及PL/SQL. 该项目周期大概两个月,之后会有不定期项目需要开发人员 人员需驻场,地点深圳或者天津。
开发工具: 本次开发使用:dcloud的5+Runtime、MUI 职位描述: 负责App(android/ios)开发工作,移动端; 任职要求: 2年以上的前端框架开发的经验; 熟悉http+json接口解析开发; 熟悉主流的前端架构,例如:angularJS、ionic、MUI等; 使用过cordova、ionic等混合应用其中一个 开发内容:关于人才技工类APP,安卓版。
对多个网站的 HTML,JSON,XML的数据进行定时抓取数据,保存数据日志保存数据库。
...设置,登录注册,关键字搜索。该项目比预计时间提前一个月完成。项目中由于ListView展示Item的类型众多,且大多包含图片(高度自适应), 造成加载图片闪烁。通过服务端传图片分辨率,等比例展示在手机上。 技术要点: (1)3.0版本采用ActionBar搭建标题栏,使用Fragment做界面展示,DrawerLayout作侧滑菜单, FragmentTabHost切换Fragment。 (2)网络传输使用fastjson解析网络数据,转换对象 (3)图片加载使用开源框架universal-image-loader,节约内存,避免内存溢出。 (4)请求数据使用开源框架android-async-http提供异步的网络请求,采用POST方式。 (5)在线音乐播放使用的是虾米提供的SDK (6)请求的Json数据会缓存到本地,无网络情况下会加载本地数据 (7)在线聊天(片邮),基于小米推送,后台发出推送,客户端再从后台取数据. (8)文章、话题详情,都用到了图文混排技术,使用WebView加载HTML代码,css控制样式 白天黑夜模式,js设置大图的点击时间,通过WebViewClient回调到页面。 (9后台Service控制电台、音乐的播放,电台使用API,MediaPlayer在线播放mp3。
有完整的产品需求文档和产品交互文档,以及全部前端psd文件,需要你这边使用apicloud开发(如果有更好的也可以,中国打开速度快),同时通过JSON集成一个远程的CRM提供的会员数据。 app 部分功能和交互参考: ,有拖拽服务项目到清单功能和拖动调整预约日程管理两个技术细节。
需要一名擅长C++写UI的程序,对现有的一个命令行程序补充一个界面。现有程序提供json接口,UI只需响应用户点击,通过json接口与现有程序通信,将结果展示在界面上。不要.net
*見附件"功能需求簡介" 功能1 1、輸入等級、國別、功能、代碼後,進而篩選出合適數據並呈現出圖表 2、代碼可打入多種進而讓不同數據比較、並呈現出圖表 功能2 1、輸入F、G或H、I按下Button後可篩選出所有符合的數值並呈現圖表 功能3 檔案來源為json或csv
客户端UI设计: 1) 基于ASP.NET开发; 2) Dreamweaver/ FrontPage精通; 3) 层叠样式表CSS精通; 4) JavaScript开发熟练,对于主流脚本框架的开发项目有所涉及(ExtJS/JSon/JQuery等); 5) 理解文档对象模型(DOM); 6) 有Ajax/Sliverlight/Flash等富客户端开发经验更好。
项目内容 开发一个微信公众服务号,使得微信用户可以模拟车牌竞投过程和查看模拟结果。 * 界面比较简单 - 用 Sencha Touch 开发。只有一个模拟竞价页面和一个模拟竞价结果显示页面。两页面需要整合到微信服务号菜单。 * 后台用Java和MySQL开发。与微信公众平台对接。用JSON数据格式接收竞价页发来的数据,保存到数据库,以供结果页查询。 项目状态 * 目前已经写了一部分代码,页面有雏形,但需要整理,细化和美化。服务器端已经有代码可以连结微信公众账号,需要写业务和数据库操作逻辑。 自由职业者要求 技能 - 有 HTML5/JavaScript,Java 和数据库开发经验。有iOS 和 Android 开发经验优先考虑。最好移动App前端界面设计能力。 最好是在广州/佛山地区附近,寻求长期合作可能。
...and focuses exclusively on rich player profiles and performance stats. The goal is a smooth, modern experience where users can browse, search, and favourite players, then dive into up-to-date attributes, season numbers, and historical records. You will handle the complete Android app development cycle: coding the UI in Kotlin or Java through Android Studio, wiring it to the data source I provide (JSON/CSV or a simple REST API), and packaging a signed APK ready for the Play Store. Clean architecture, material-style design, and efficient local caching are important so lists feel instant even on mid-range devices. Deliverables • Fully functional Android APK • Complete, well-commented source code • README or short video showing build/run steps and how to swap the...
...of Work** 1. React Helmet / meta tag implementation across all pages - Title tags and meta descriptions for 8 pages (Homepage, JEE, NEET, Board, CET, Wakad, Punawale, Success Stories) - Canonical tags on all pages 2. New pages to create (React routes + Strapi content types) - /jee-coaching-wakad/ - /neet-coaching-punawale/ - /student-success-stories/ - /results-rankings/ 3. JSON-LD Schema markup injection - EducationalOrganization (Homepage) - Course schema (JEE page, NEET page) - FAQPage schema (Homepage, JEE, NEET, Admissions) - BreadcrumbList (all pages) 4. FAQ sections on relevant pages - 4–5 Q&A pairs per page, content provided - Must render as proper semantic HTML (not just accordions) 5. H1–H3 heading structure corre...
We need an experienced MuleSoft developer to work on integration solutions connecting various systems and databases. Requirements: • 4+ years of experience with MuleSoft Anypoint Platform/Studio • Strong experience connecting MuleSoft APIs with Azure SQL, Azure Blob, and Snowflake • Proficiency with REST and SOAP web services • Strong working knowledge of JSON and XML data formats • Experience with Agile and waterfall project management methodologies • Excellent problem-solving and analytical skills • Strong communication and presentation abilities • Must be available to work 12pm - 9pm IST, Monday through Friday • Immediate availability or maximum 15-20 days notice period Deliverables: • Design and develop MuleSoft integration sol...
...all generated emails to an email verification tool (MillionVerifier or similar) 4. Filter only valid emails 5. Automatically send valid emails into a Smartlead campaign via API 6. Ensure the entire process is fully automated (no manual steps, no CSV uploads) Requirements: - Strong experience with (routers, filters, iterators, error handling) - Experience working with APIs (HTTP module, JSON) - Experience with email verification tools - Experience with Smartlead or similar cold email platforms - Ability to build clean, reliable workflows quickly IMPORTANT: - I need someone who can start immediately - Fast delivery is required (this should be a short task for an expert) - Clear communication and timelines are essential When applying, please include: 1. A brief explanation of ho...
...presence-aware actions, notification logic, and any other “modern and advanced” use cases you have successfully delivered before. • Build time-based, event-triggered, and condition-based flows in Node-RED, making sensible use of sub-flows, templates, and reusable nodes so the system remains maintainable. • Configure corresponding HA scenes and helper entities where relevant. • Provide the JSON exports (flows) and any accompanying YAML or dashboard tweaks in a clean, import-ready format. • Document the logic clearly inside Node-RED comments and in a short handoff guide. Acceptance criteria 1. All flows import without errors, deploy cleanly, and survive an HA reboot. 2. Sample events confirm triggers fire as described in the scope docume...
I need a fully working Website (use the register link with sponsorid = 052832 to study every screen and flow & API calls in Firebug Console for Json Data) rebuilt in ASP.NET and wrapped in a fresh theme. I only want to tweak the colour scheme and make a few layout adjustments, but everything else—from menus to dashboard widgets—should behave exactly like the original. Mobile responsiveness is the main design priority, so please build the UI with Bootstrap and test it thoroughly on phones and tablets. Alongside the web version I also need an Android application that consumes the same APIs and runs smoothly from Android OS v8 up to v16. The platform must include a secure BEP-20 BNB Smart Chain wallet module. I would like the architecture left open so other chains can...
...tells. Eye-catching illustrations or mock-ups must highlight our key features (speed, security, global servers) at a glance. • Social proof is crucial: weave in a concise testimonial carousel or card set so prospects see real-world trust signals the moment they land. Scope of work – High-fidelity Figma (or comparable) design with mobile-first approach. – Export-ready assets (SVG/PNG, Lottie JSON if used). – Responsive HTML/CSS/JS build, optimized for performance and accessibility, or hand-off to dev in organized layers if you’re design-only. – Lightweight animation implementation that works across modern browsers. Acceptance criteria 1. Page loads in under 2 seconds on 4G according to Google Lighthouse. 2. Two prominent CTAs ...
I need a php script converted to output json. I have a php script that shows some data from my wordpress events canendar, but for some reason i can't figure out how to convert so it shows data in JSON format. Please let me know if you have worked with "theeventscalendar" from wordpress and have a look at the attached file. the attached file outputs this: Array ( [2026-05-02] => Array ( [meta_id] => 49177 [start_date] => 2026-05-02 20:00:00 [end_date] => 2026-05-03 02:00:00 [url] => [post_id] => 4409 [post_title] => Meghan Patrick LIVE ) [2026-05-27] => Array ( [meta_id] => 49248 [start_date] => 2026-05-27 19:00:00 [end_date] => 2026-05-27 23:30:00 [url] => [post_id] => 4422 [post_title] => Corb Lund - May 27 )
...a tab system (AI / Output / History) • Move existing sections into the correct positions • Implement a right sidebar with 3 cards only: • Quick structured data • Fetal biometry (UI only) • Attachments (existing system, must be preserved) • Improve usability without changing underlying logic ⸻ Important Concepts This system is NOT a simple form. • Clinical data is stored as structured JSON (payload_json) • The editor uses dynamic placeholders • The UI must not convert structured data into static text • The report has a finalization (medico-legal) state ⸻ Attachments (HIGH RISK AREA) The attachments system is already implemented. You must: • keep upload, delete, preview, filters working exactly as-is • ...
...in clean JSON. The response must include (at minimum) the template’s author, usage count, name, total duration, individual footages, cover-image URL, video preview URL, like count and any other native fields that come with the source data. Every endpoint has to be authenticated, so please wire in a simple token or JWT flow that I can later swap out for my production identity provider. The API will speak JSON exclusively for both requests and responses. I’m flexible on the exact Python framework—as long as the code is readable and well-documented—but FastAPI or Flask would keep things straightforward. Deliverables • Fully working Python codebase with the endpoint(s) that accept a UUID and return the metadata described above • Authe...
...entered text and contact details into a WhatsApp message (pre-filled via or the Business API) that pops open on their phone or desktop for final send. What I will consider a complete delivery: 1. Responsive front-end that works smoothly on mobile and desktop. 2. Category → template → personalise → preview → WhatsApp hand-off flow working end-to-end. 3. Simple admin method (spreadsheet, JSON or lightweight CMS—your suggestion) so I can update categories and upload new templates without touching code. 4. Clear hand-over of all source files plus a brief guide on adding more templates later. If an off-the-shelf platform (WordPress with a visual builder, custom HTML/JS, or another quick solution) speeds things up, I’m open—just keep the...
...I expect: • Apply the supplied colour scheme consistently across all visuals, backgrounds and interaction states. • Re-arrange charts, tables and slicers so the most important insights sit “above the fold” and related components group logically. • Update fonts and sizing to improve readability on both desktop and large monitors. • Return a clean PBIX (and, if you build one, the separate JSON theme file) so I can swap in new data without losing your styling. No data modelling or DAX changes are required; every measure and visual already exists. When you respond, please attach or link to two or three Power BI examples that show your eye for layout and brand-driven design. A short note on the approach or tools you used is welcome, too. I&rsq...
...details on Pakistan and China. I want weapon-system ranges, aircraft endurance envelopes and notable troop movements marked in a way that can be toggled on or off so the main map never feels cluttered. Relief shading, zoom, pan and basic rotate controls are mandatory; fancier interactive gimmicks are optional. The code should be clean, well-commented, and accompanied by the structured data files (JSON or CSV) you used, plus a short deployment guide so I can host it on a standard Linux server without extra plugins. Deliverables 1. Front-end codebase with 3D map, boundary and installation layers fully integrated. 2. Complete data sets for Indian bases, aircraft and regional forces (Pakistan & China) in reusable structured format. 3. Read-me/deployment notes explai...
...post-action results. UI Development: Build the interactive HUD and menus that overlay the game world. Performance Tuning: Ensure the game runs smoothly at 60 FPS and handles asset loading efficiently to minimize wait times. Technical Requirements Strong JavaScript/TypeScript skills. Experience with HTML5 Game Engines (Phaser, Pixi, or for 2D). Advanced API Handling: Deep understanding of JSON, fetch/axios, and handling asynchronous data streams. State Management: Ability to keep the UI in perfect sync with the backend data. What We Provide Ready-to-use 2D animation files and character sets. Complete API documentation. Direct access to the admin environment for testing data changes. To Apply Please provide examples of previous browser-based games where you handled the A...
...friendly). • Payments: native UPI plus popular digital wallet options such as Google Pay, PhonePe and Paytm. No card gateway is needed at this stage. • Flow: browse → search/filter → add to cart → schedule delivery/pick-up → pay → receive order status updates (push notifications or in-app). Deliverables – Production-ready APK and full source code. – Brief admin interface or straightforward JSON/API hooks so I can update products, prices and stock. – Setup instructions and minimal walkthrough documentation so I can compile and publish the app myself. Acceptance criteria 1. A test build installs on Android 8.0+. 2. Checkout completes end-to-end with both UPI and at least one digital wallet in a sandbox or live l...
...objects) Automation architecture (Flow vs Apex decision-making, scalability considerations) Performance optimization & maintainability of configurations Apex development (triggers, classes, asynchronous processing, best practices) Lightning Web Components (LWC) (custom UI development, component architecture, integration with Apex) REST API integrations (external system integrations, JSON/XML handling, callouts, web services) Batch Apex & asynchronous processing (Batch, Queueable, Future methods for large data handling) Advanced Flow design (complex logic, orchestration, error handling) Architecture & integration mindset: Experience with API-based integrations (REST, event-driven patterns) Understanding of system landscapes (CRM, ERP, eCommerc...
...MailerLite 4. API Setup & Performance - Proper API structure using Bubble API Connector - Error handling, loading states, and optimisation - Token usage efficiency (cost control) --- Technical Requirements: - Strong experience with (frontend + backend workflows) - Experience integrating external APIs - Experience with AI APIs (Anthropic Claude preferred, or OpenAI) - Understanding of JSON responses and dynamic data binding - Clean and scalable workflow design --- Bonus (Nice to Have): - Experience with SaaS or crowdfunding platforms - UX understanding for AI-assisted flows - Experience with Stripe integrations (already implemented) --- Deliverables: - Fully functional Claude AI integration inside Bubble app - Clean workflows and reusable API calls - Documentation or...
...general-purpose ML platform—it is a compliance and provenance layer for AI systems. --- ## Core Scope (MVP → Already Implemented) The system must: * Maintain a dataset registry with metadata (source, license, owner) * Automatically assign risk levels and compliance signals * Track relationships between datasets and AI models * Record audit logs for every action * Generate compliance reports (PDF, CSV, JSON) All data is: * organization-scoped (multi-tenant) * traceable across its lifecycle --- ## Extended Scope (Product Differentiation) The platform evolves into a provenance engine by: * Capturing every data interaction * dataset creation * linking to models * report generation * Providing explainable compliance decisions * why a dataset is risky ...
.../ Signup Logged-in Pages Submit Review User Profile My Reviews (with status) Notifications Admin Panel Review Moderation Dashboard Brand Approval Dashboard User Management Reports / Flags 5. Database Structure Users id name email phone auth_type verified_reviews_count created_at Brands id name instagram_link description category approved (boolean) created_by Reviews id user_id brand_id ratings (JSON) review_text anonymous (boolean) verification_status (pending/approved/rejected) created_at Proofs id review_id file_url type (invoice / product media) Notifications id user_id message status (read/unread) 6. Tech Stack Recommendation Frontend React ( preferred) Backend Node.js + Express OR Firebase Database MongoDB OR PostgreSQL File Storage AWS S3 OR Cloudinary Authentication Fire...
...simple web app. --- System Architecture Overview: Machine → ESP32 → Orange Pi → Node-RED → MQTT → Dashboard ↓ SQLite (historical data) ↓ Firebase (cloud sync) --- Scope of Work: 1. ESP32 Development - Read machine data via: - Digital inputs (RUN, STOP, pulse counter) - Modbus RS485 (via MAX485) - Send data to Orange Pi via UART (USB serial) - Data format should be structured (preferably JSON) --- 2. Node-RED Development (Main Logic Layer) - Read serial data from ESP32 - Parse and normalize data - Implement OEE calculation: - Availability - Performance - Quality - Handle machine state logic (RUN / STOP / STANDBY) - Calculate runtime and downtime accurately - Manage production session (production_id) - Handle operator input for...
...middleware layer that sits between two SaaS platforms, receives raw JSON, reshapes it, performs a few calculated roll-ups, and then pushes the cleaned payload back out through a remote API. The work is 100 % back-end: no HTML, no JavaScript, no database, just pure PHP. What I need you to do • Modify incoming data structures so they match the target schema (field mapping, nesting, key renaming, type casting). • Aggregate sets of records into concise summaries before dispatch (totals, counts, grouped objects). The code has to be clean, readable and function/procedural oriented, making smart use of native array functions, generators. We use our own framework based on vanilla PHP. Deliverables • A self-contained PHP that accept a JSON string or a GET/...
I’m tr...similar items photographed on plain backgrounds as well as in real-world settings. Here’s the scope in a nutshell: • Source or capture several thousand high-resolution JPEG or PNG images (at least 1024 px on the shortest side). • Keep each file clearly named by product type and brand, then group the images in logical folders for easy ingestion into my training pipeline. • Supply a simple CSV or JSON annotation file that pairs every filename with its product label; bounding boxes are a plus but not mandatory. • Avoid watermarks, logos from unrelated brands, or duplicate angles that add no new visual information. Once the full set is uploaded to a shared cloud drive of my choice and the annotation file passes a quick spot-check for ac...
...Requirements: Strong expertise in Python, C++, and SQL Minimum 10+ years of professional experience Experience with AI/ML-related tasks or model evaluation workflows Ability to work on AI training, evaluation, and code refinement tasks Strong understanding of code refactoring and optimization Experience with GitHub and version control Familiarity with Docker and environment setup Experience with JSON and data parsing Strong debugging and problem-solving skills Comfortable working via remote access tools (TeamViewer / AnyDesk) Work Setup: Fully remote (via secure remote access) Flexible working hours Long-term collaboration opportunity Responsibilities: Work on AI-related coding and evaluation tasks Review, refactor, and improve code for AI training workflows Solve complex and n...
...accuracy. The goal is a hands-off pipeline: I drop a fresh PDF into a folder, run a command, and then query the model for any figure—whether it sits in the balance sheet, income statement, or cash-flow section—and get a clean, correct response every time. What I need built • A script (Python preferred) that parses the PDF, captures every table and key figure, and outputs a structured data store (CSV, JSON, or SQLite—whatever best supports downstream use). • Validation logic that cross-checks totals so obvious extraction errors are caught automatically. • An indexing or embedding step that wires the cleaned numbers and text into my on-prem Ollama instance, allowing natural-language questions such as “What was EBITDA for 2023?” or ...
...you is a concise but detailed project proposal outlining your workflow (glossary building, CAT-tool setup, LQA process, style-guide adherence, file hand-off, etc.) and a few examples that demonstrate you can match tone across dialogue, UI, tutorials, store copy and live-ops content. Deliverables for each assignment will typically include: • Translated & proof-read string files (XLSX, CSV or JSON as provided) • Updated terminology/glossary sheets • A short context report highlighting potential line-break or length issues Acceptance criteria: zero machine-translation artifacts, consistent terminology, no hard-coded character limit overruns, and timely return of files in the original structure. If you specialise in mobile game localisation from Chin...
...Genre * Region code (for DVDs/Blu-rays) * Video format (PAL / NTSC, etc.) * Country * Disc count (where applicable) --- **What I am looking for:** I am looking for someone who can help me with **one of the following (or a combination):** 1. Identify and provide access to an existing database/API that contains this type of media information 2. Source or supply a **bulk dataset** (CSV / SQL / JSON) of DVD/CD/Blu-ray titles 3. Build a method to **aggregate data from multiple sources** into a usable format 4. Provide guidance on the **best approach to building and maintaining this database long-term** --- **Important Notes:** * I am NOT looking for scraped data that violates terms of service * Data must be legally usable for internal business use * Barcode (EAN/UPC) matching i...
...fotos (por fecha EXIF) - Gestión de pedidos y pagos (pagos con tarjeta de débito, tarjetas de crédito o billeteras digitales) - Redireccionamiento a Chat de Whatsapp 4. BACKEND – ESPECIFICACIONES El backend deberá desarrollarse en Node.js (preferentemente NestJS) con base de datos PostgreSQL. Funcionalidades: - Autenticación de usuarios - Gestión de proyectos - Almacenamiento de diseños en formato JSON - API RESTful - Gestión de uploads (imágenes) - Gestión de pedidos Endpoints mínimos: POST /auth/register POST /auth/login POST /projects GET /projects/:id PUT /projects/:id POST /upload POST /orders 5. MOTOR DE EXPORTACIÓN El sistema deberá generar archivos PDF listos para impresi&o...
精选json社区文章
Using MySQL Database from Node.js [Guide]
Step by step guide for using MySQL database engine from Node.js
RESTful Web Services Using ASP.NET Web API
How to build REST Web services using ASP.NET Web API and MongoDB