並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 17 件 / 17件

新着順 人気順

splitter appの検索結果1 - 17 件 / 17件

  • PythonからTwitterへ自動投稿したい(サンプルコードあり) - ITips

    Twitterへの投稿、1日30ツイートとか難しい。 せめて早朝とか深夜の分を自動化できないか。 Python使えばできるんじゃないだろうか。 Twitterで定期的に発信を行うために、投稿を自動化したいと考えたことはないだろうか。 半分手動の予約ツイートはWEB上のサービスを利用すれば可能だが、自動化できるサービスは無い。 しかしPythonを使えば自動化可能だ。 本記事ではTwitterの投稿自動化ついて、Pythonのサンプルコードを交えて紹介する。 PythonからTwitterを扱うにはアプリ登録が必要 PythonからTwitterを扱うにはアプリ登録が必要だ。 以下のページから「Create an app」をクリックしてアプリ登録を行おう。 https://apps.twitter.com/ 登録したら、「Keys and Access Tokens」のタブを選択して、 AP

      PythonからTwitterへ自動投稿したい(サンプルコードあり) - ITips
    • AWS Step Functionsで組み込み関数だけで文字列置換ができるようになっていました | DevelopersIO

      こんにちは、CX事業本部 IoT事業部の若槻です。 最近のStep Functionsのアップデートで新しい組み込み関数が14個追加されましたが、その中には文字列置換を行う組み込み関数はありませんでした。 しかし、それらのうちStates.StringSplitを活用すれば、AWS Step Functionsで組み込み関数だけで文字列置換ができるようになっていたので、今回はその実装(AWS CDK)を紹介します。 やってみた 実装 例えば日付文字列の-を/に置換したい場合を考えてみます。よくありそうな置換パターンですね。 置換前:2022-09-02 置換後:2022/09/02 この場合は置換対象の文字列-が特定数(今回は2つ)含まれているので、そのことを前提とし、次のようなCDK Stack定義による実装を行いました。 lib/aws-cdk-app-stack.ts import

        AWS Step Functionsで組み込み関数だけで文字列置換ができるようになっていました | DevelopersIO
      • textlintでセンテンスを扱うルールの書き方

        読みやすい文章を書くためには、文(センテンス)の長さを意識する必要があります。 1文が長いと読みにくくなる傾向があるため、1文を一定の長さ以下にすることが推奨されています。 読みやすいドキュメントを書くために今日からできる7つのこと|壮|note 文書執筆の指南書で解説されている問題点を textlint で発見する - Qiita たとえば、上記の記事では、文の長さを意識するために、1文の長さを50文字や100文字以下にすることを推奨していますが、 これは、1文1文が長すぎると、1文の中に色々なことが書かれてしまい、この文のように何を言いたのかわかりにくくなるためです。 そのため、1文の長さを制限することで、それぞれの文の主張が明確になり、読みやすくなります。 textlintでは、次のルールで1文の長さを制限することができます。 textlint-rule-sentence-lengt

          textlintでセンテンスを扱うルールの書き方
        • Tutorial: ChatGPT Over Your Data

          Note: See the accompanying GitHub repo for this blogpost here. ChatGPT has taken the world by storm. Millions are using it. But while it’s great for general purpose knowledge, it only knows information about what it has been trained on, which is pre-2021 generally available internet data. It doesn’t know about your private data, it doesn’t know about recent sources of data. Wouldn’t it be useful i

            Tutorial: ChatGPT Over Your Data
          • Youtube Video Converter Mp3 Free Download For Mac

            Visiteurs depuis le 28/01/2019 : 4539 Connectés : 1 Record de connectés : 9 Convert YouTube videos to MP4, MP3 in HD with our YouTube Converter and Downloader. No software download needed. Easy, fast and free! To search the Internet, YouTube to MP3 converters are everywhere, but there are few ones that can download and convert YouTube to FLAC on Mac and Windows.Free Download Online Videos in Click

              Youtube Video Converter Mp3 Free Download For Mac
            • Next.js x Supabase x TypeScript で公式クイックスタートを実装

              はじめに 目的は、Supabase の公式クイックスタートに記載されていることだけを TypeScript で実装することです。 Supabase とは何かを簡単に紹介します。 ソースは以下を参照ください。 Supabaseとは Supabase とは何かです。 Firebase の代替品とされているソリューションです。 主な機能としてデータベース、認証機能、ストレージ、エッジ機能があります。 Supabase を利用することで、Firebase のような機能を自分の環境に構築できます。 以下が公式サイトです。 英語ですが Supabase の紹介が 2 分半で簡潔にされています。 Supabaseの特徴 Supabase の特徴を 3 点あげます。 特徴1:データベースがPostgreSQL SQL の知識があれば、データベースの操作がすぐそうできるため、学習コストが低いです。 RDB

                Next.js x Supabase x TypeScript で公式クイックスタートを実装
              • Towards a unified theory of reactive UI

                Update 26 Sep 2020: A followup to this post is Towards principled reactive UI. Update 7 May 2022: A followup to this post containing significant conceptual advance is Xilem: an architecture for UI in Rust. In trying to figure out the best reactive structure for druid, as well as how to communicate that to the world, I’ve been studying a wide range of reactive UI systems. I’ve found an incredible d

                • GPTsで手軽にRAGを構築する | TECH | NRI Digital

                  Azure-Samplesのazure-search-openai-demoは日本のMicrosoftの方々が派生版を作って公開されているものもあります。 以下の図はMicrosoftの阿佐さんのリポジトリからの引用ですが、この図のような環境は簡単に構築できます。 とりあえず試せる環境はMicrosoftから提供されているコードを使うことですぐに構築できます。かかっても数時間程度の作業で、慣れていれば1時間もかかりません。 ただ、簡単なのは何も改変しようと思わない場合の話です。中身を改変しようとすると急にハードルが高くなります。 フロントをいじろうとするとReactの知識が必要です。 バックエンドをいじろうとするとPythonの知識が必要です。 AppServiceではなくStatic Web AppsとContainerAppsの組み合わせに変更したければAzureの知識とbicepの知

                    GPTsで手軽にRAGを構築する | TECH | NRI Digital
                  • Logic Pro 11の新機能を試して理解した、AI作曲と楽器パート別音源分離「Stem Splitter」の相性(CloseBox) | テクノエッジ TechnoEdge

                    バージョンアップは公式ページで13日と書かれていたのでずっと待っていたのですが、14日にはApp Storeからアップグレードできるようになっていました。米国時間で、ということのようです。 早速使ってみたので、そのファーストインプレッションをお届けします。 実際に使っている様子は、毎週水曜日正午にYouTubeライブしている番組「AIライブハウス」にてご覧いただけます。 さて、まず試したいのはStem Splitter。完成された楽曲のオーディオデータからボーカル、ベース、ドラム、その他の4トラックを抜き出す技術です。Stem(ステム)というのは、木の枝分かれのように、楽器パートごとのデータに分離したトラックのこと。 現代のマルチトラックレコーディングでは、1つのトラックに1つの楽器を割り当てることで、その楽器にあったエフェクトやボリュームの変化などを後から処理できますが、ステムにしておく

                      Logic Pro 11の新機能を試して理解した、AI作曲と楽器パート別音源分離「Stem Splitter」の相性(CloseBox) | テクノエッジ TechnoEdge
                    • Logic Pro、新しいAI機能で音楽制作を次のレベルへ

                      カリフォルニア州クパティーノ Appleは本日、作曲、ビート作成、制作、ミキシングにおいて画期的なプロ仕様の体験を実現する、まったく新しいiPadのためのLogic Pro 2とMacのためのLogic Pro 11を発表しました。人工知能(AI)のパワーを活用する新しいLogic Proでは、驚くようなスタジオアシスタント機能が導入されます。この機能は、常にアーティストがクリエイティブなコントロールを完全に維持できるようにしながら、音楽制作のプロセスを補強し、アーティストが必要な時にサポートを提供します。これらの機能には、Logic Proで人気のDrummerの機能を拡張し、新しいBass PlayerとKeyboard Playerを収めたSession Playersや、1つのオーディオ録音から個別のパートを抽出して作業できるStem Splitter、トラックにすばやく温かみを加

                        Logic Pro、新しいAI機能で音楽制作を次のレベルへ
                      • .NET Frameworkから.NET5への移植作業(Windows Formsの場合)

                        .NET Frameworkで作成していたプログラムを.NET5への移植作業方法を手探りしながら調べているのですが、そのメモ状態の情報です。(随時、修正中です。) そもそも、.NET5は従来の.NET Coreの流れを組んでいるため、.NET Frameworkで作成したプロジェクトのプロパティで、対象のフレームワークに .NET5 を選ぶ事ができません。 .NET Frameworkから.NET5に移行するにあたって、プロジェクトファイル(*.csproj)が大きく変更されています。このプロジェクトファイルを何とかすれば、移植が可能なようです。 そこで、移植評価のサンプルとして、私がよく使う構成の.NET Frameworkのプロジェクトを用意しました。 フォームには ToolStripMenuItem StatusStrip SplitContainer PictureBox Labe

                          .NET Frameworkから.NET5への移植作業(Windows Formsの場合)
                        • Supercharging A/B Testing at Uber

                          You’re seeing information for Japan . To see local features and services for another location, select a different city. Show more Introduction “Immensely laborious calculations on inferior data may increase the yield from 95 to 100 percent. A gain of 5 percent, of perhaps a small total. A competent overhauling of the process of collection, or of the experimental design, may often increase the yiel

                            Supercharging A/B Testing at Uber
                          • Create an Azure OpenAI, LangChain, ChromaDB, and Chainlit chat app in AKS using Terraform

                            In this sample, I demonstrate how to quickly build chat applications using Python and leveraging powerful technologies such as OpenAI ChatGPT models, Embedding models, LangChain framework, ChromaDB vector database, and Chainlit, an open-source Python package that is specifically designed to create user interfaces (UIs) for AI applications. These applications are hosted in an Azure Kubernetes Servi

                              Create an Azure OpenAI, LangChain, ChromaDB, and Chainlit chat app in AKS using Terraform
                            • Towards principled reactive UI

                              Update 7 May 2022: A followup to this post containing significant conceptual advance is Xilem: an architecture for UI in Rust. I consider the Crochet experiment to be mostly negative, as there were a number of ergonomic and functional “paper cuts,” though several of the research goals were met, at least to some extent. This is a followup to my post about a year ago, Towards a unified theory of rea

                              • Designing And Building A Progressive Web Application Without A Framework (Part 1) — Smashing Magazine

                                You don’t need to be a Computer Science graduate or know a JavaScript framework to create a Progressive Web Application. With some HTML and CSS knowledge and basic competency with JavaScript, you have all the skills you need. In three parts, Ben Frain is going to share the journey of designing and building a simple Progressive Web Application called ‘In/Out’, built without a framework. You can vie

                                  Designing And Building A Progressive Web Application Without A Framework (Part 1) — Smashing Magazine
                                • Announcing Flutter Windows Alpha

                                  Our mission is to provide developers with an open source, high-productivity framework for building beautiful, native apps on any platform. So far, we’ve shipped production-quality support for Android and iOS, with eight stable releases and over 100,000 apps shipped to the Google Play Store alone. We continue to broaden our focus to include other platforms including web, macOS, and Linux. Today, we

                                    Announcing Flutter Windows Alpha
                                  • Using LangChainJS and Cloudflare Workers together

                                    We are incredibly stoked that our friends at LangChain have announced LangChainJS Support for Multiple JavaScript Environments (including Cloudflare Workers). During Developer Week 2023 we wanted to celebrate this launch and our future collaborations with LangChain. “Our goal for LangChain is to empower developers around the world to build with AI. We want LangChain to work wherever developers are

                                      Using LangChainJS and Cloudflare Workers together
                                    1