{"id":937,"date":"2025-07-02T04:57:28","date_gmt":"2025-07-02T04:57:28","guid":{"rendered":"https:\/\/howbees.com\/?p=937"},"modified":"2025-07-02T04:57:29","modified_gmt":"2025-07-02T04:57:29","slug":"%e6%a4%8d%e7%89%a9%e3%82%92%e7%b4%a0%e6%97%a9%e3%81%8f%e8%ad%98%e5%88%a5%e3%81%99%e3%82%8b%e3%82%a2%e3%83%97%e3%83%aa","status":"publish","type":"post","link":"https:\/\/howbees.com\/ja\/aplicativos-para-identificar-plantas-rapidamente\/","title":{"rendered":"\u690d\u7269\u3092\u7d20\u65e9\u304f\u8b58\u5225\u3059\u308b\u30a2\u30d7\u30ea"},"content":{"rendered":"<p>\u898b\u6163\u308c\u306a\u3044\u690d\u7269\u306b\u51fa\u4f1a\u3063\u305f\u6642\u3001\u305d\u306e\u540d\u524d\u3084\u80b2\u3066\u65b9\u3092\u77e5\u308a\u305f\u3044\u3068\u601d\u3063\u305f\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f\u305d\u3093\u306a\u6642\u306f\u3001Plantum\u30a2\u30d7\u30ea\u304c\u6700\u9069\u306a\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002Android\u7248\u306ePlantum\u30a2\u30d7\u30ea\u3092\u4f7f\u3048\u3070\u3001\u5199\u771f\u3060\u3051\u3067\u690d\u7269\u3001\u82b1\u3001\u6728\u3001\u3055\u3089\u306b\u306f\u6606\u866b\u307e\u3067\u3082\u7c21\u5358\u306b\u8b58\u5225\u3067\u304d\u307e\u3059\u3002\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306f\u4ee5\u4e0b\u304b\u3089\u3002<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/YxAdHAx1O159pb1mxb-iuzR8fQ6FnUJGKDXbRC25uJbRDd-3O1tQseIpBhWHJEmJfZ4=w240-h480-rw\" alt=\"Plantum - \u690d\u7269\u3092\u8b58\u5225\u3059\u308b\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Plantum - \u690d\u7269\u3092\u8b58\u5225\u3059\u308b<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">39,017\u4ef6\u306e\u30ec\u30d3\u30e5\u30fc<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">5\u30de\u30a4\u30eb\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/howbees.com\/ja\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=plant.identification.flower.tree.leaf.identifier.identify.cat.dog.breed.nature\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Google Play\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/howbees.com\/ja\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/plantum-ai-plant-identifier\/id1476047194\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Apple Store\u304b\u3089\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p>Plantum\u306f\u5358\u306a\u308b\u690d\u7269\u8b58\u5225\u30a2\u30d7\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30ac\u30fc\u30c7\u30cb\u30f3\u30b0\u3084\u81ea\u7136\u611b\u597d\u5bb6\u306e\u305f\u3081\u306e\u3001\u307e\u3055\u306b\u4e07\u80fd\u30c4\u30fc\u30eb\u3067\u3059\u3002\u690d\u7269\u3001\u30ad\u30ce\u30b3\u3001\u5ca9\u3001\u6606\u866b\u306a\u3069\u300115,000\u7a2e\u985e\u4ee5\u4e0a\u306e\u81ea\u7136\u7269\u3092\u8a8d\u8b58\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u5099\u3048\u3001\u4eba\u5de5\u77e5\u80fd\u3092\u99c6\u4f7f\u3057\u3066\u6700\u592795%\u306e\u7cbe\u5ea6\u3067\u6b63\u78ba\u306a\u8b58\u5225\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>\u30e6\u30fc\u30b6\u30d3\u30ea\u30c6\u30a3\u3068\u30e6\u30fc\u30b6\u30fc\u30a8\u30af\u30b9\u30da\u30ea\u30a8\u30f3\u30b9<\/strong><\/p>\n\n\n\n<p>Plantum\u306e\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u306f\u76f4\u611f\u7684\u3067\u4f7f\u3044\u3084\u3059\u3044\u3067\u3059\u3002\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u306e\u30ab\u30e1\u30e9\u3092\u690d\u7269\u3084\u8208\u5473\u306e\u3042\u308b\u3082\u306e\u306b\u5411\u3051\u3001\u5199\u771f\u3092\u64ae\u308b\u3060\u3051\u3067\u3059\u3002\u30a2\u30d7\u30ea\u304c\u753b\u50cf\u3092\u5206\u6790\u3057\u3001\u5b66\u540d\u3001\u7279\u5fb4\u3001\u304a\u624b\u5165\u308c\u306e\u30d2\u30f3\u30c8\u306a\u3069\u3001\u305d\u306e\u7a2e\u306e\u8a73\u7d30\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u3055\u3089\u306b\u3001\u30c7\u30d0\u30a4\u30b9\u306b\u4fdd\u5b58\u3055\u308c\u3066\u3044\u308b\u5199\u771f\u3092\u4f7f\u3063\u3066\u690d\u7269\u3092\u8b58\u5225\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059\u3002<\/p>\n\n\n\n<p><strong>\u9650\u5b9a\u7279\u5178<\/strong><\/p>\n\n\n\n<p>Plantum \u306f\u3001\u4ed6\u306e\u540c\u69d8\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3068\u306f\u4e00\u7dda\u3092\u753b\u3059\u6570\u591a\u304f\u306e\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u75c5\u6c17\u306e\u8a3a\u65ad<\/strong>: \u76ee\u306b\u898b\u3048\u308b\u75c7\u72b6\u3092\u64ae\u5f71\u3059\u308b\u3053\u3068\u3067\u3001\u30a2\u30d7\u30ea\u306f\u690d\u7269\u306b\u5f71\u97ff\u3092\u4e0e\u3048\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u75c5\u6c17\u3092\u7279\u5b9a\u3057\u3001\u9069\u5207\u306a\u6cbb\u7642\u6cd5\u3092\u63d0\u6848\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b1\u30a2\u30ea\u30de\u30a4\u30f3\u30c0\u30fc<\/strong>: \u690d\u7269\u306b\u6c34\u3092\u3042\u3052\u305f\u308a\u3001\u80a5\u6599\u3092\u4e0e\u3048\u305f\u308a\u3001\u30b9\u30d7\u30ec\u30fc\u3057\u305f\u308a\u3001\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3\u3057\u305f\u308a\u3059\u308b\u305f\u3081\u306e\u30a2\u30e9\u30fc\u30c8\u3092\u8a2d\u5b9a\u3057\u3066\u3001\u9069\u5207\u306a\u30bf\u30a4\u30df\u30f3\u30b0\u3067\u5fc5\u8981\u306a\u30b1\u30a2\u304c\u53d7\u3051\u3089\u308c\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u7d71\u5408\u30e1\u30fc\u30bf\u30fc<\/strong>: \u74b0\u5883\u5185\u3067\u5229\u7528\u53ef\u80fd\u306a\u5149\u306e\u91cf\u3092\u8a55\u4fa1\u3059\u308b\u5149\u5ea6\u8a08\u3084\u3001\u690d\u7269\u306b\u6700\u9069\u306a\u5bb9\u5668\u306e\u30b5\u30a4\u30ba\u3092\u6c7a\u5b9a\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u30dd\u30c3\u30c8\u30e1\u30fc\u30bf\u30fc\u306a\u3069\u306e\u30c4\u30fc\u30eb\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u6c34\u8a08\u7b97\u6a5f<\/strong>: \u690d\u7269\u306e\u7a2e\u985e\u3001\u9262\u306e\u30b5\u30a4\u30ba\u3001\u74b0\u5883\u6761\u4ef6\u306a\u3069\u306e\u8981\u7d20\u3092\u8003\u616e\u3057\u3066\u3001\u7406\u60f3\u7684\u306a\u704c\u6c34\u91cf\u3068\u983b\u5ea6\u3092\u6c7a\u5b9a\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u4f11\u6687\u30e2\u30fc\u30c9<\/strong>: \u9577\u671f\u4e0d\u5728\u6642\u306b\u53cb\u4eba\u3084\u5bb6\u65cf\u3068\u30b1\u30a2\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u5171\u6709\u3067\u304d\u308b\u305f\u3081\u3001\u690d\u7269\u304c\u9069\u5207\u306b\u30b1\u30a2\u3055\u308c\u305f\u72b6\u614b\u3092\u7dad\u6301\u3067\u304d\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/YxAdHAx1O159pb1mxb-iuzR8fQ6FnUJGKDXbRC25uJbRDd-3O1tQseIpBhWHJEmJfZ4=w240-h480-rw\" alt=\"Plantum - \u690d\u7269\u3092\u8b58\u5225\u3059\u308b\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">Plantum - \u690d\u7269\u3092\u8b58\u5225\u3059\u308b<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,6<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">39,017\u4ef6\u306e\u30ec\u30d3\u30e5\u30fc<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">5\u30de\u30a4\u30eb\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/howbees.com\/ja\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=plant.identification.flower.tree.leaf.identifier.identify.cat.dog.breed.nature\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Google Play\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/howbees.com\/ja\/redir\/?url=https:\/\/apps.apple.com\/us\/app\/plantum-ai-plant-identifier\/id1476047194\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Apple Store\u304b\u3089\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p><strong>\u3055\u307e\u3056\u307e\u306a\u30e6\u30fc\u30b6\u30fc\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u30e1\u30ea\u30c3\u30c8<\/strong><\/p>\n\n\n\n<p>Plantum\u306f\u3001\u521d\u5fc3\u8005\u306b\u3082\u7d4c\u9a13\u8c4a\u5bcc\u306a\u5712\u82b8\u5bb6\u306b\u3082\u5f79\u7acb\u3061\u307e\u3059\u3002\u521d\u5fc3\u8005\u306b\u306f\u3001\u690d\u7269\u306e\u80b2\u3066\u65b9\u306b\u3064\u3044\u3066\u660e\u78ba\u3067\u5b9f\u8df5\u7684\u306a\u30ac\u30a4\u30c0\u30f3\u30b9\u3092\u63d0\u4f9b\u3057\u3001\u7d4c\u9a13\u8c4a\u5bcc\u306a\u5712\u82b8\u5bb6\u306f\u3001\u9ad8\u5ea6\u306a\u30c4\u30fc\u30eb\u3068\u5e83\u7bc4\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u6d3b\u7528\u3057\u3066\u77e5\u8b58\u3092\u6df1\u3081\u3001\u683d\u57f9\u6280\u8853\u3092\u5411\u4e0a\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3068\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8<\/strong><\/p>\n\n\n\n<p>\u30a2\u30d7\u30ea\u306f\u7d99\u7d9a\u7684\u306b\u66f4\u65b0\u3055\u308c\u3001\u65b0\u3057\u3044\u7a2e\u304c\u8ffd\u52a0\u3055\u308c\u3001\u8b58\u5225\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3082\u6539\u826f\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u30e6\u30fc\u30b6\u30fc\u306f\u6700\u65b0\u304b\u3064\u6b63\u78ba\u306a\u60c5\u5831\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u3059\u3002\u3055\u3089\u306b\u3001Plantum\u306f\u8efd\u91cf\u3067\u3001\u307b\u3068\u3093\u3069\u306eAndroid\u30c7\u30d0\u30a4\u30b9\u3067\u30b9\u30e0\u30fc\u30ba\u306b\u52d5\u4f5c\u3057\u3001\u30b9\u30e0\u30fc\u30ba\u3067\u30b7\u30fc\u30e0\u30ec\u30b9\u306a\u4f53\u9a13\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>\u7d50\u8ad6<\/strong><\/p>\n\n\n\n<p>Plantum\u306f\u3001\u690d\u7269\u3092\u7c21\u5358\u304b\u3064\u6b63\u78ba\u306b\u8b58\u5225\u3057\u3001\u624b\u5165\u308c\u3092\u3057\u305f\u3044\u4eba\u306b\u3068\u3063\u3066\u5fc5\u9808\u306e\u30c4\u30fc\u30eb\u3067\u3059\u3002\u5ead\u306b\u3042\u308b\u8b0e\u306e\u690d\u7269\u306e\u540d\u524d\u3092\u77e5\u308a\u305f\u3044\u5834\u5408\u3067\u3082\u3001\u690d\u7269\u306b\u9069\u5207\u306a\u624b\u5165\u308c\u304c\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u3067\u3082\u3001\u3053\u306e\u30a2\u30d7\u30ea\u306f\u5fc5\u8981\u306a\u30ea\u30bd\u30fc\u30b9\u3092\u3059\u3079\u30661\u304b\u6240\u306b\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>","protected":false},"excerpt":{"rendered":"<p>Se voc\u00ea j\u00e1 se deparou com uma planta desconhecida e ficou curioso para saber seu nome e como cuidar dela, o aplicativo Plantum \u00e9 a solu\u00e7\u00e3o ideal. Dispon\u00edvel para Android, ele permite identificar rapidamente plantas, flores, \u00e1rvores e at\u00e9 insetos com apenas uma foto. Voc\u00ea pode baix\u00e1-lo logo abaixo. O Plantum \u00e9 mais do que um simples identificador de plantas; \u00e9 uma ferramenta completa para entusiastas da jardinagem e da natureza. Com uma base de dados que reconhece mais de 15.000 objetos naturais, incluindo plantas, cogumelos, pedras e insetos, o aplicativo utiliza intelig\u00eancia artificial para fornecer identifica\u00e7\u00f5es precisas com at\u00e9 95% de acur\u00e1cia. Usabilidade e experi\u00eancia do usu\u00e1rio A interface [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":938,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":{"0":"post-937","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/posts\/937","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/comments?post=937"}],"version-history":[{"count":1,"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/posts\/937\/revisions"}],"predecessor-version":[{"id":939,"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/posts\/937\/revisions\/939"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/media\/938"}],"wp:attachment":[{"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/media?parent=937"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/categories?post=937"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howbees.com\/ja\/wp-json\/wp\/v2\/tags?post=937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}