並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 162件

新着順 人気順

portuguese languageの検索結果1 - 40 件 / 162件

  • ChatGPT APIとWhisper APIで議事録文字起こしアプリを作り、Hugging Face Spacesで公開する | gihyo.jp

    ChatGPT APIの使い方 実際にChatGPT APIを使ってみましょう。 openai-pythonのインストール 今回はOpenAIのPython用ライブラリであるopenai-pythonを使います。pipを用いて、openai-pythonをインストールしましょう。 pip install openai APIリクエスト ChatCompletion.createで対話を生成できます。たとえば、以下のようなコードになります。 import openai openai.api_key = "sk-..." # APIキー completion = openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[{"role": "user", "content": "こんにちは!"}] ) print(complet

      ChatGPT APIとWhisper APIで議事録文字起こしアプリを作り、Hugging Face Spacesで公開する | gihyo.jp
    • 変更履歴を記録する

      Version 1.1.0 # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - v1.1 Brazilian Portuguese translation. - v1.1 German Translation - v1.1 Spanish translation. - v1.1 Italian

        変更履歴を記録する
      • Rust Is The Future of JavaScript Infrastructure

        Rust is a fast, reliable, and memory-efficient programming language. It's been voted the most loved programming language six years in a row (survey). Created by Mozilla, it's now used at Facebook, Apple, Amazon, Microsoft, and Google for systems infrastructure, encryption, virtualization, and more low-level programming. Why is Rust now being used to replace parts of the JavaScript web ecosystem li

          Rust Is The Future of JavaScript Infrastructure
        • Learning Zig

          home Learning Zig Welcome to Learning Zig, an introduction to the Zig programming language. This guide aims to make you comfortable with Zig. It assumes prior programming experience, though not in any particular language. Zig is under heavy development and both the Zig language and its standard library are constantly evolving. This guide targets the latest development version of Zig. However, it's

          • Announcing New Tools for Building with Generative AI on AWS | Amazon Web Services

            AWS Machine Learning Blog Announcing New Tools for Building with Generative AI on AWS The seeds of a machine learning (ML) paradigm shift have existed for decades, but with the ready availability of scalable compute capacity, a massive proliferation of data, and the rapid advancement of ML technologies, customers across industries are transforming their businesses. Just recently, generative AI app

              Announcing New Tools for Building with Generative AI on AWS | Amazon Web Services
            • Nodesign.dev | Tools and resources for non artistic developers

              Search Nodesign.dev | Tools and resources for non artistic developers May 11, 2024 The ultimate collections of illustrations, art, pictures, fonts, images, icons, css frameworks, favicon generators, color palettes, backgound generators, ui inspirations and many more nodesign tools. Get to know the best online favicon generators so that you have a selection of your favorite websites open in differe

                Nodesign.dev | Tools and resources for non artistic developers
              • メンタルヘルス×機械学習まとめ

                近年、精神疾患の患者数は増加し続けています。厚生労働省が3年毎に行っている患者調査を見ても、以下の図からも見られる通り精神疾患の患者数は平成11年の204万人から平成26年の392万人と、15年間でおよそ2倍に増えています。 https://www.mhlw.go.jp/file/05-Shingikai-12201000-Shakaiengokyokushougaihokenfukushibu-Kikakuka/0000108755_12.pdfより引用また、最近ではコロナの影響もあり、自粛などによる生活の変化への不安が人々の精神状態の悪化に拍車をかけています。 一方で、近年のテクノロジーの進展は目覚ましいものがあり、認知行動療法のデジタル化などが近年国内でも取り組まれており、精神疾患の治療にIT技術を役立てようという動きも出てきています。 これらの流れを踏まえた上で、本記事では機械学習

                  メンタルヘルス×機械学習まとめ
                • Yann LeCun’s Deep Learning Course at CDS is Now Fully Online & Accessible to All

                  CDS is excited to announce the release of all materials for Yann LeCun’s Deep Learning, DS-GA 1008, co-taught in Spring 2020 with Alfredo Canziani. This unique course material consists of a mix of close captioned lecture videos, detailed written overviews, and executable Jupyter Notebooks with PyTorch implementations. The course covers the latest techniques in both deep learning and representation

                    Yann LeCun’s Deep Learning Course at CDS is Now Fully Online & Accessible to All
                  • C Is The Greenest Programming Language

                    Have you ever wondered if there is a correlation between a computer’s energy consumption and the choice of programming languages? Well, a group of Portuguese university researchers did and set out to quantify it. Their 2017 research paper entitled Energy Efficiency across Programming Languages / How Do Energy, Time, and Memory Relate?  may have escaped your attention, as it did ours. Abstract: Thi

                      C Is The Greenest Programming Language
                    • What's New In DevTools (Chrome 95)  |  Blog  |  Chrome for Developers

                      New CSS length authoring tools DevTools added an easier yet flexible way to update lengths in CSS! In the Styles pane, look for any CSS property with length (e.g. height, padding). Hover over the unit type, and notice the unit type is underlined. Click on it to select a unit type from the dropdown. Hover over the unit value, and your mouse pointer is changed to horizontal cursor. Drag horizontally

                      • Launching docs.github.com

                        CommunityLaunching docs.github.comLeia este artigo em português Sabemos como a aprendizagem é importante para o seu sucesso na utilização do GitHub. Quando você estiver usando nossos produtos, esperamos que você se sinta… Leia este artigo em português Sabemos como a aprendizagem é importante para o seu sucesso na utilização do GitHub. Quando você estiver usando nossos produtos, esperamos que você

                          Launching docs.github.com
                        • K8sGPTでKubernetesリソースの最先端なトラシュー体験をしよう - APC 技術ブログ

                          はじめに こんにちは、ACS事業部の谷合です。 Kubernetesリソースのトラブルシュートは難しいと感じたことはないでしょうか? 特にKubernetesビギナーの方であれば、最初何をどうすれいいか戸惑う方も多いかと思います。 そこでそんなトラブルシュートの際にAIの力を借りれるK8sGPTなるツールを見つけましたので、 ご紹介します。 github.com K8sGPTはAI providerであるOpenAIと連携でき、Kubernetesリソースの分析をAIに任せることが できるCLIツールです。なお、現在は以下のリソースのBuilt in analyzerが提供されています。 このリストにないリソースについては自前でanalyzerを書く必要があります。 Enabled by default podAnalyzer pvcAnalyzer rsAnalyzer serviceA

                            K8sGPTでKubernetesリソースの最先端なトラシュー体験をしよう - APC 技術ブログ
                          • 大奥 | Netflix (ネットフリックス) 公式サイト

                            '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                              大奥 | Netflix (ネットフリックス) 公式サイト
                            • Open challenges in LLM research

                              [LinkedIn discussion, Twitter thread] Never before in my life had I seen so many smart people working on the same goal: making LLMs better. After talking to many people working in both industry and academia, I noticed the 10 major research directions that emerged. The first two directions, hallucinations and context learning, are probably the most talked about today. I’m the most excited about num

                                Open challenges in LLM research
                              • CohereForAI/c4ai-command-r-plus · Hugging Face

                                ","chat_template":[{"name":"default","template":"{{ bos_token }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% elif false == true %}{% set loop_messages = messages %}{% set system_message = 'You are Command-R, a brilliant, sophisticated, AI-assistant trained to assist human users by providing thorough responses. You

                                  CohereForAI/c4ai-command-r-plus · Hugging Face
                                • Netflix (ネットフリックス) 日本 - 大好きな映画やドラマを楽しもう!

                                  '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                    Netflix (ネットフリックス) 日本 - 大好きな映画やドラマを楽しもう!
                                  • Amazon releases free cybersecurity awareness training

                                    Amazon CEO Andy Jassy attended the White House’s Cyber Summit with President Joe Biden and other tech leaders in August to discuss how the private and public sectors could work together to improve cybersecurity. During the meeting, Jassy announced that Amazon would make available the cybersecurity awareness training the company uses with its employees to businesses and individuals around the world

                                      Amazon releases free cybersecurity awareness training
                                    • New WebKit Features in Safari 14

                                      With the release of Safari 14 for macOS Big Sur, iPadOS 14, iOS 14, and watchOS 7, WebKit brings significant improvements to performance and privacy along with a host of new features for web developers. Take a look at all of the improvements WebKit is adding with the release of Safari 14. Safari Web Extensions This release brings support for Safari Web Extensions. They are a type of extension prim

                                      • 今週のニュース(2月20日から25日まで) - switch news

                                        YouTube/Caters Clips 今週の大きなニュースは、やはりロシア軍によるウクライナへの軍事侵攻です。当サイトでも、いくつかの記事を投稿しています。 中でも意外だったのが、アメリカ人俳優のショーン・ペンさんが、ウクライナでドキュメンタリーの撮影を行っているという内容です。 ショーン・ペンさんは、昨年にもウクライナ東部を訪れており、今回のロシア軍による攻撃の最中にも、政府による記者会見の場にいる様子が目撃されました。 Facebook/OFFICE OF THE PRESIDENT OF UKRAINE switch-news.com またプーチン大統領を、ナチス・ドイツのヒトラーと比較するツイッターの投稿も話題になっています。 pic.twitter.com/IaqFbpayqz — Ukraine / Україна (@Ukraine) 2022年2月24日 switch-

                                          今週のニュース(2月20日から25日まで) - switch news
                                        • Introducing Command R+: A Scalable LLM Built for Business

                                          Command R+ is a state-of-the-art RAG-optimized model designed to tackle enterprise-grade workloads, and is available first on Microsoft Azure Today, we’re introducing Command R+, our most powerful, scalable large language model (LLM) purpose-built to excel at real-world enterprise use cases. Command R+ joins our R-series of LLMs focused on balancing high efficiency with strong accuracy, enabling b

                                            Introducing Command R+: A Scalable LLM Built for Business
                                          • GitHub Actions workflow notifications in Slack and Microsoft Teams

                                            GitHub Actions workflow notifications in Slack and Microsoft Teams actionsmicrosoftteamsnotificationsslackworkflows December 6, 2022 We are excited to announce that GitHub app in Slack and Microsoft Teams now supports GitHub Actions workflow notifications. You can now subscribe to your repository and get notified about GitHub Actions workflow run status from your channel or personal app. /github s

                                              GitHub Actions workflow notifications in Slack and Microsoft Teams
                                            • Visual Studio Code October 2019

                                              Version 1.89 is now available! Read about the new features and fixes from April. October 2019 (version 1.40) Update 1.40.1: The update addresses these issues. Update 1.40.2: The update addresses these issues. Downloads: Windows: x64 | Mac: Intel | Linux: deb rpm tarball snap Welcome to the October 2019 release of Visual Studio Code. As announced in the October iteration plan, we focused on houseke

                                                Visual Studio Code October 2019
                                              • VOSK Offline Speech Recognition API

                                                РУС 中文 Vosk is a speech recognition toolkit. The best things in Vosk are: Supports 20+ languages and dialects - English, Indian English, German, French, Spanish, Portuguese, Chinese, Russian, Turkish, Vietnamese, Italian, Dutch, Catalan, Arabic, Greek, Farsi, Filipino, Ukrainian, Kazakh, Swedish, Japanese, Esperanto, Hindi, Czech, Polish, Uzbek, Korean, Breton, Gujarati. More to come. Works offlin

                                                • 赤ちゃんを科学する | Netflix (ネットフリックス) 公式サイト

                                                  '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                    赤ちゃんを科学する | Netflix (ネットフリックス) 公式サイト
                                                  • 監視資本主義: デジタル社会がもたらす光と影 | Netflix (ネットフリックス) 公式サイト

                                                    '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                      監視資本主義: デジタル社会がもたらす光と影 | Netflix (ネットフリックス) 公式サイト
                                                    • 天才の頭の中: ビル・ゲイツを解読する | Netflix (ネットフリックス) 公式サイト

                                                      '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                        天才の頭の中: ビル・ゲイツを解読する | Netflix (ネットフリックス) 公式サイト
                                                      • Thorium Reader – EDRLab

                                                        Thorium Reader is the EPUB reader of choice for Windows 10 and 11, MacOS and Linux. This EDRLab application is in constant development and aims at becoming a reference for accessing EPUB 3 publications in reflow or fixed-layout format, audiobooks and visual narratives, PDF documents and DAISY 2.02 and 3 accessible ebooks, LCP protected or not. It is localised in a large set of languages, each vers

                                                        • グレート・ハック: SNS史上最悪のスキャンダル | Netflix (ネットフリックス) 公式サイト

                                                          '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                            グレート・ハック: SNS史上最悪のスキャンダル | Netflix (ネットフリックス) 公式サイト
                                                          • 【新型コロナ関連・追記あり】最大80万円が無利子・保証人無しで貸付可能に(償還免除あり) | フリーランス協会ニュース

                                                            ※3/28、3/31、4/14追記しました。※3/18夜の拡充策を受け、ブログタイトル、内容を更新しました。 3月25日より、お住まいの市町村社会福祉協議会で、生活福祉資金貸付制度の申込受付が開始されます! 休業向けの「緊急小口資金」、失業向けの「総合支援資金」の2種類がありますが、併用することで最大80万円が無利子・保証人無しで貸付可能です。 ※緊急小口資金20万円×1ヶ月+ 総合支援資金20万円(2人以上の世帯の場合)×3ヶ月=最大4ヶ月80万円 基本的には「貸付」ですが、今回の特例措置では、償還時になお所得の減少が続く住民税非課税世帯は、「償還を免除」することができます。(困窮世帯にとっては実質的な給付措置となります) ぜひお気軽にご相談ください。 ▼緊急小口資金等の特例貸付の詳細 パンフレット:一時的な資金の緊急貸付に関するご案内 よくある質問:生活福祉資金貸付制度における緊急小口

                                                              【新型コロナ関連・追記あり】最大80万円が無利子・保証人無しで貸付可能に(償還免除あり) | フリーランス協会ニュース
                                                            • CC-100: Monolingual Datasets from Web Crawl Data

                                                              This corpus is an attempt to recreate the dataset used for training XLM-R. This corpus comprises of monolingual data for 100+ languages and also includes data for romanized languages (indicated by *_rom). This was constructed using the urls and paragraph indices provided by the CC-Net repository by processing January-December 2018 Commoncrawl snapshots. Each file comprises of documents separated b

                                                              • Amazon Transcribe now supports Brazilian Portuguese, Japanese and Korean and 3 corresponding AWS regions for streaming transcription

                                                                Amazon Transcribe is an automatic speech recognition (ASR) service that makes it easy for you to add speech-to-text capabilities to your applications. Today, we are excited to launch Brazilian Portuguese, Japanese and Korean language support for Transcribe streaming. To deliver streaming transcriptions with low latency for these languages, we are also announcing availability of Amazon Transcribe s

                                                                  Amazon Transcribe now supports Brazilian Portuguese, Japanese and Korean and 3 corresponding AWS regions for streaming transcription
                                                                • Netflix Japan - Watch TV Shows Online, Watch Movies Online

                                                                  '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                                  • Sign Up | LinkedIn

                                                                    العربية (Arabic) Čeština (Czech) Dansk (Danish) Deutsch (German) English (English) Español (Spanish) Français (French) हिंदी (Hindi) Bahasa Indonesia (Indonesian) Italiano (Italian) 日本語 (Japanese) 한국어 (Korean) Bahasa Malaysia (Malay) Nederlands (Dutch) Norsk (Norwegian) Polski (Polish) Português (Portuguese) Română (Romanian) Русский (Russian) Svenska (Swedish) ภาษาไทย (Thai) Tagalog (Tagalog) Tür

                                                                      Sign Up | LinkedIn
                                                                    • Announcing the new TypeScript Website - TypeScript

                                                                      Hey folks, I'm happy to announce that the next iteration version of the TypeScript Website has launched on typescriptlang.org. The new version of the website was built out of a desire to make the documentation for TypeScript feel as expansive as its type-system, with a design that fits modern Microsoft styles. To get a sense of what people wanted, we reached out to the community about where they w

                                                                        Announcing the new TypeScript Website - TypeScript
                                                                      • ドント・ルック・アップ | Netflix (ネットフリックス) 公式サイト

                                                                        '); doc.close(); } if (!doc) throw Error('base not supported'); var baseTag = doc.createElement('base'); baseTag.href = base; doc.getElementsByTagName('head')[0].appendChild(baseTag); var anchor = doc.createElement('a'); anchor.href = url; return anchor.href; } finally { if (iframe) iframe.parentNode.removeChild(iframe); } }()); } // An inner object implementing URLUtils (either a native URL // ob

                                                                          ドント・ルック・アップ | Netflix (ネットフリックス) 公式サイト
                                                                        • The Amazon Builders’ Library is Now Available in 16 Languages

                                                                          You can now read The Amazon Builders’ Library in 16 different languages: Arabic, Indonesian, German, Spanish, Italian, Portuguese, French, Vietnamese, Turkish, Russian, Thai, Japanese, Korean, Chinese Simplified, Chinese Traditional, and the original English. To change to your preferred language, select the language in the upper right hand corner of your screen. Additionally, you can download each

                                                                            The Amazon Builders’ Library is Now Available in 16 Languages
                                                                          • Visual Studio Code February 2020

                                                                            Version 1.89 is now available! Read about the new features and fixes from April. February 2020 (version 1.43) Update 1.43.1: The update addresses these issues. Update 1.43.2: The update addresses these issues. Downloads: Windows: x64 | Mac: Intel | Linux: deb rpm tarball snap Welcome to the February 2020 release of Visual Studio Code. There are a number of updates in this version that we hope you

                                                                              Visual Studio Code February 2020
                                                                            • Official Office Home And Business 2016 For Mac

                                                                              Visiteurs depuis le 27/01/2019 : 4798 Connectés : 1 Record de connectés : 19 Microsoft Office 2016 – The final release of Microsoft Office 2016/ Download Microsoft Office 2016 supplies no large surprises for daring individuals who’ve been dealing with the preview variation that Microsoft released back in Could, and uses a virtually flat learning curve for long time individuals that feel at home ed

                                                                                Official Office Home And Business 2016 For Mac
                                                                              • GitHub Copilot Chat now generally available for organizations and individuals

                                                                                ProductGitHub Copilot Chat now generally available for organizations and individualsAll GitHub Copilot users can now enjoy natural language-powered coding with Copilot Chat at no additional cost. At GitHub Universe, we announced that GitHub Copilot has expanded and evolved GitHub into the world’s leading AI-powered developer platform. A core piece of our AI-powered developer platform is GitHub Cop

                                                                                  GitHub Copilot Chat now generally available for organizations and individuals
                                                                                • AI Power: Complete AI Pack – Powered by GPT-4

                                                                                  Description AI Power is a complete AI package for WordPress powered by gpt-4, gpt-4 vision, gpt-3.5-turbo, gpt-3.5-turbo-16K, gpt-3.5-turbo-instruct, Gemini Pro, Azure, Mistral, LLaMA, Yi Chat, Alpaca. It utilizes GPT-3.5, GPT-4, GPT-4 Vision and more to generate content, images, and forms with customizable options. It includes AI training, Chat widget, WooCommerce integration, Embeddings and more

                                                                                    AI Power: Complete AI Pack – Powered by GPT-4