並び順

ブックマーク数

期間指定

  • から
  • まで

121 - 160 件 / 169件

新着順 人気順

interpreterの検索結果121 - 160 件 / 169件

  • Open InterpreterをGUIで操作できる「OpenInterpreterUI」の使い方

    Open InterpreterをGUIで動かす Open Interpreterに関しては以下記事書きました。 GUIでも操作できるのですが、色々使い勝手に難がありました(特に日本語入力)。 いつかGradioやStremlitでGUI化したいなーと思っていたら、やってくれていた人がいました。すごすぎです。 しかも、Dockerで簡単に動きます。感動的ですらあります。 わざわざ動かし方書く必要すらなさそうですが、気づいてない人も多そうなので、感動を伝えるために簡単にメモしておきます。 「OpenInterpreterUI」動かし方 環境セットアップ DockerとVS Code+devcontainer拡張をインストールしましょう。インストールに関しては以下記事参照ください。 続いて、OpenInterpreterUIをクローンします。

      Open InterpreterをGUIで操作できる「OpenInterpreterUI」の使い方
    • GitHub - QwenLM/Qwen-Agent: Agent framework and applications built upon Qwen>=2.0, featuring Function Calling, Code Interpreter, RAG, and Chrome extension.

      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

        GitHub - QwenLM/Qwen-Agent: Agent framework and applications built upon Qwen>=2.0, featuring Function Calling, Code Interpreter, RAG, and Chrome extension.
      • Writing a simple Lisp interpreter in Rust

        Lisp is a family of multi-paradigm programming languages (functional, procedural, reflective, …), which can be similar to Lambda Calculus. The name stands for “list processing”. The syntax is based on the concept of S-Expression (short for: Symbolic Expression). The code is therefore organized in a tree-like data structure. In Lisp, code is data, and data is code. In this article, we will write a

          Writing a simple Lisp interpreter in Rust
        • Ohtani's interpreter fired, 'massive theft' alleged

          Tisha Thompson: 'Lot of questions' still about Ohtani's involvement (3:38)ESPN investigative reporter Tisha Thompson says there are still lots of questions surrounding Shohei Ohtani's possible involvement in the wire transfers that led to his interpreter being fired. (3:38) The Los Angeles Dodgers interpreter for Shohei Ohtani was fired Wednesday afternoon after questions surrounding at least $4.5

            Ohtani's interpreter fired, 'massive theft' alleged
          • ChatGPT + Code Interpreter = Magic

            tl;dr: OpenAI is testing the ability to run code and use third-party plugins in ChatGPT. OpenAI has announced that we’re developing plugins for ChatGPT that will extend its capabilities. [Link] Plugins range from third-party tools like WolframAlpha and OpenTable, to our browsing plugin and Code Interpreter that can generate code, run code, upload and download files ranging from csv data to images

              ChatGPT + Code Interpreter = Magic
            • Open Interpreterを使ってデータ分析ができるかやってみる | DevelopersIO

              はじめに Open Interpreterというオープンソースプロジェクトをご存知でしょうか?[OpenAI's Code Interpreter in your terminal, running locally] というコンセプトのプロジェクトです。 GitHubのリポジトリに記載されているより詳しい紹介内容は以下のようになっています。ざっくりいうとローカル環境で実行できるChatGPT Code Interpreterのようにファイルの取り扱いができるサービスです。 GPT-4による翻訳: オープンインタープリターは、LLM(大規模言語モデル)がコード(Python、Javascript、Shellなど)をローカルで実行できるようにします。インストール後に$ interpreterを実行することで、ターミナル内のChatGPT風のインターフェースを通じてOpen Interprete

                Open Interpreterを使ってデータ分析ができるかやってみる | DevelopersIO
              • GitHub - sasagawa888/eisl: ISLisp interpreter/compiler

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - sasagawa888/eisl: ISLisp interpreter/compiler
                • Crystal’s interpreter – A very special holiday present

                  Crystal's interpreter – A very special holiday present 29 Dec 2021 The awaited Crystal interpreter has been merged. To use it, you need to compile Crystal with a special flag and, at the time of writing, the official releases (.deb, .rpm, docker images, etc.) are not being compiled with it. This post doubles as a F.A.Q. for this special feature. Let’s start from the very beginning: Why Crystal nee

                    Crystal’s interpreter – A very special holiday present
                  • Inside the evolving story of what happened with Ohtani and his interpreter

                    The sports world was rocked this week by news that Shohei Ohtani's longtime interpreter and friend, Ippei Mizuhara, had been fired by the Los Angeles Dodgers. But Mizuhara's termination was only the latest sharp turn in a zigzagging, 48-hour journey that played out on two continents as ESPN reporters worked to answer questions about at least $4.5 million in wire transfers sent from Ohtani's bank a

                      Inside the evolving story of what happened with Ohtani and his interpreter
                    • picol, a Tcl interpreter in 550 lines of C code - antirez weblog

                      After I found this story on programming.reddit.com I was too tempted to write a 500 lines of C code Tcl interpreter for fun, as commented here. It took three hours of work, 556 lines of C code, and was pretty interesting to do. The following is a description of the experiment. Rules I had some rule in mind: Unlike the lisp500 interpreter I wanted to use more or less my normal C style. Lisp500 isn'

                      • GitHub - Proglang-Uni-Freiburg/minirust: an interpreter for a subset of the rust language with main focus on algebraic data types + pattern matching

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          GitHub - Proglang-Uni-Freiburg/minirust: an interpreter for a subset of the rust language with main focus on algebraic data types + pattern matching
                        • GitHub - Bushmills/Bashforth: A Forth interpreter, entirely written as bash script. But by now is yoda (https://github.com/Bushmills/yoda) the better bashforth.

                          This Forth interpreter, entirely written as bash script, is a F³ (Fully Functional Forth), albeit a tad slow. Some would call it "sluggish". As rough indication, an ARM SBC which I'm running Bashforth on takes about 15 second for an empty loop of 100,000 iterations. It has built-in doc and see facilities, simplifying exploration of Bashforth. Bashforth lacks floating point support and vocabularies

                            GitHub - Bushmills/Bashforth: A Forth interpreter, entirely written as bash script. But by now is yoda (https://github.com/Bushmills/yoda) the better bashforth.
                          • GitHub - paulmooreparks/ClifferBasic: ClifferBasic is a sample program for the Cliffer CLI library that implements a very simple BASIC interpreter environment as a REPL (Read-Eval-Print Loop). This project demonstrates the usage of the Cliffer CLI library

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - paulmooreparks/ClifferBasic: ClifferBasic is a sample program for the Cliffer CLI library that implements a very simple BASIC interpreter environment as a REPL (Read-Eval-Print Loop). This project demonstrates the usage of the Cliffer CLI library
                            • Daichi Konno / 紺野 大地 @_daichikonno 論文の内容を分かりやすく解説してくれる「Paper Interpreter」を公開しました! 使い方は簡単で、論文のPDFをアップロードするだけです。 テキストだけでなく、図やグラフについても説明してくれる点がポイントです! 早速公開したので、ぜひ使ってみてください😊 https://chat.openai.com/g/g-hxDOCBQrs-paper-interpreter

                              • 生成AIの数学能力を補うには・・・?(Advanced Data Analysis/Open Interpreter/Wolfram・・・) - Qiita

                                Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 2023年7月に初版発行されたStephen Wolfram「ChatGPTの頭の中(WHAT IS ChatGPT DOING...AND WHY DOES IT WORK?)」で Wolfram|Alphaが紹介されていたのをきっかけに、Wolfram Alphaを含め生成AIの数学能力を補うにはどのようなものがあるか改めて整理してみました。 生成AIの数学能力の実力 GPTなど生成AIが人間よりも苦手とされてきた数学能力ですが、(基本的なレベルであれば)Gemini UltraやGPT-4(5-shot)などでは90%を超える能力

                                  生成AIの数学能力を補うには・・・?(Advanced Data Analysis/Open Interpreter/Wolfram・・・) - Qiita
                                • What AI can do with a toolbox... Getting started with Code Interpreter [Now called Advanced Data Analytics]

                                  Everyone1 is about to get access to the single most useful, interesting mode of AI I have used - ChatGPT with Code Interpreter Advanced Data Analytics (the name has been updated, I am not going to change the post beyond this first instance of the old name). I have had the alpha version of this for a couple months (I was given access as a researcher off the waitlist), and I wanted to give you a lit

                                    What AI can do with a toolbox... Getting started with Code Interpreter [Now called Advanced Data Analytics]
                                  • GitHub - kspalaiologos/malbolge-lisp: A lightweight (350MB) Lisp interpreter in Malbolge Unshackled, often dubbed the hardest turing complete programming language.

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - kspalaiologos/malbolge-lisp: A lightweight (350MB) Lisp interpreter in Malbolge Unshackled, often dubbed the hardest turing complete programming language.
                                    • 刈宮 宥 @Callimiya ChatGPTのCode Interpreter、素直にGPT4の上位互換だな 今まで無理だったこの手の数が大量の文章問題でも一瞬で正解できる

                                      • LambdaLisp - A Lisp Interpreter That Runs on Lambda Calculus

                                        LambdaLisp is a Lisp interpreter written as an untyped lambda calculus term. The input and output text is encoded into closed lambda terms using the Mogensen-Scott encoding, so the entire computation process solely consists of the beta-reduction of lambda calculus terms. When run on a lambda calculus interpreter that runs on the terminal, it presents a REPL where you can interactively define and e

                                          LambdaLisp - A Lisp Interpreter That Runs on Lambda Calculus
                                        • GitHub - sampsyo/flatcalc: world's worst interpreter

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - sampsyo/flatcalc: world's worst interpreter
                                          • ChatGPTが教えてくれた「Code Interpreter」の環境変数とシステムプロンプト|Sangmin Ahn

                                            こんにちは、Choimirai Schoolのサンミンです。 0  はじめに以前からSydney(Microsoft Bingのコード名)やGitHub Copilotのシステムプロンプトを紹介したことがあります。 ▼GitHub Copilot 今回のnoteでは今話題のChatGPT Code Interpreterの環境変数とSytem Promptをシェアします。 1  環境変数Code InterpreterはJupyter Notebook/Labを使って実装されています。それぞれのセッションに与えられている環境変数は下記のツイートを参考にしてください。 Code Interpreterに環境変数を教えて、と指示するとテキストファイルに書いてくれた😊。"JPY_PARENT_PID"があるのを見てもJupyter Notebook/Labによって実装されていることがわかる。

                                              ChatGPTが教えてくれた「Code Interpreter」の環境変数とシステムプロンプト|Sangmin Ahn
                                            • Gradual Write-Barrier Insertion into a Ruby Interpreter

                                              Gradual Write-Barrier Insertion into a Ruby Interpreter Koichi Sasada Cookpad Inc. Japan ko1@cookpad.com Abstract Ruby is a popular object-oriented programming language, and the performance of the Ruby garbage collector (GC) di- rectly affects the execution time of Ruby programs. Ruby 2.0 and earlier versions employed an inefficient non-generational conservative mark-and-sweep GC. To improve this

                                              • GitHub - apbendi/bitsyspec: Bitsy: The best language to implement when writing your first compiler or interpreter

                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                  GitHub - apbendi/bitsyspec: Bitsy: The best language to implement when writing your first compiler or interpreter
                                                • Why Go Rocks for Building a Lua Interpreter

                                                  I recently needed to build a custom Lua interpreter in Go. The exact reasons aren’t important for this blog post, but neither the reference implementation — which I will be referring to as “PUC‑Rio Lua” — nor the other open source Go Lua intepreters I could find were a good fit for my needs. Building a Lua interpreter ended up being a rather enjoyable months-long side quest. I’ve had a number of f

                                                  • Building a Python Interpreter inside ChatGPT

                                                    This story is inspired by a similar story, Building A Virtual Machine inside ChatGPT. I was impressed and decided to try something similar, but this time instead of a Linux command line tool, let’s ask ChatGPT to be our Python interpreter. Here is an initial command to initialize ChatGPT: I want you to act as a Python interpreter. I will type commands and you will reply with what the python output

                                                      Building a Python Interpreter inside ChatGPT
                                                    • GitHub - clarkmcc/cel-rust: Common Expression Language interpreter written in Rust

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        GitHub - clarkmcc/cel-rust: Common Expression Language interpreter written in Rust
                                                      • GitHub - erdos/uclj: Small, quick, native Clojure interpreter

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          GitHub - erdos/uclj: Small, quick, native Clojure interpreter
                                                        • A fast in-place interpreter for WebAssembly

                                                          WebAssembly (Wasm) is a compact, well-specified bytecode format that offers a portable compilation target with near-native execution speed. The bytecode format was specifically designed to be fast to parse, validate, and compile, positioning itself as a portable alternative to native code. It was pointedly not designed to be interpreted directly. Instead, design considerations at the time focused

                                                          • おっさん49@Python&統計&Azure勉強中 on Twitter: "ChatGPTの新機能Code Interpreterが凄すぎる ChatGPTにデータをアップロードできて、分析したいことを指示すれば、分析結果を返してくれます これからのデータサイエンティストは、適切なプロンプトを書ける統計知識や日本語力が問われそう #ChatGPT #CodeInterpreter https://t.co/amaRBly0f6"

                                                            • GitHub - jayconrod/imp-interpreter: A minimal interpreter for the toy language, IMP, used as an example for building interpreters.

                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                GitHub - jayconrod/imp-interpreter: A minimal interpreter for the toy language, IMP, used as an example for building interpreters.
                                                              • Overview - Lisp interpreter in Rust

                                                                Overview The lisp-rs project implements an interpreter, in Rust, for a small subset of Scheme, a Lisp dialect. The main goal of this document is to make sure the reader understands the inner details of how the interpreter was implemented. The project was inspired by Peter Norvig's article (How to Write a (Lisp) Interpreter (in Python)) and the book Writing An Interpreter In Go. This document serve

                                                                • データサイエンティストの仕事を奪うと話題の「code interpreter」とは?日本での始め方や有効な使い方も解説します。|GPTimes

                                                                  データサイエンティストの仕事を奪うと話題の「code interpreter」とは?日本での始め方や有効な使い方も解説します。 近年、AI技術の発展によりデータサイエンティストの仕事が変わりつつあります。 特に、つい先日アルファ版がリリースされた「code interpreter」というツールが「データサイエンティストの仕事を奪うのではないか?」と注目されています。 そこで、今回の記事では、「code interpreter」がどのようにデータサイエンティストの仕事に影響を与えるのか、また日本での始め方や効果的な使い方について詳しく解説していきます このツールがデータサイエンティストの仕事を本当に奪うことになるのか、それともより良い働き方に貢献することができるのか、この記事を読んで一緒に考えていきましょう。 code interpreterとは 「code interpreter」とは、C

                                                                  • A Tail Calling Interpreter For Python (And Other Updates)

                                                                    It’s been nearly four years since I published Parsing Protobuf at 2+GB/s: How I Learned To Love Tail Calls in C. In that article, I presented a technique I co-developed for how to write really fast interpreters through the use of tail calls and the musttail attribute. While the article focused on Protocol Buffer parsers, the technique applies to many kinds of parsers and VM interpreters. I publish

                                                                    • How interpreter Ippei Mizuhara became players' lifeline

                                                                      CloseSenior Writer for ESPN The Magazine Columnist for ESPN.com Author of five books (3 NYT best-sellers) MICHAEL CROTTA DIDN'T know anybody or much of anything when he arrived to play professional baseball in Sapporo, Japan, in February 2014. His lack of knowledge of a new culture, and a little nervousness at the prospect of assimilating into it, caused him to show up about three weeks before spr

                                                                        How interpreter Ippei Mizuhara became players' lifeline
                                                                      • ChatGPT活用の幅が一気に広がる新機能!ビジネスに役立つCode Interpreterの使い方 | i4U(アイフォーユー)

                                                                        OpenAIは7月7日、ChatGPTの有料プラン「ChatGPT Plus」に新機能「Code Interpreter(コードインタープリター)」を追加しました。 Code Interpreterとは直訳すると「コードの翻訳者」。GPT-4以来の革命といわれる機能追加で、TwitterなどのSNSをはじめ、業界ではこの話題で持ちきりです。いったい何がそれほど革命的で、どのように使えばよいのか。この新機能のビジネスでの身近な活用方法について解説していきます。 Code Interpreterは、プログラミング初心者から経験豊富な開発者まで、さまざまなレベルのユーザーが自然言語を入力するだけで、プログラミング言語「Python(パイソン)」のコードを扱える強力なツールです。 具体的には、アップロードしたCSVや画像ファイルなどの分析が可能です。 例えば、 ・売上データの分析 ・パワーポイント

                                                                          ChatGPT活用の幅が一気に広がる新機能!ビジネスに役立つCode Interpreterの使い方 | i4U(アイフォーユー)
                                                                        • (How to Write a (Lisp) Interpreter (in Python))

                                                                          This page has two purposes: to describe how to implement computer language interpreters in general, and in particular to build an interpreter for most of the Scheme dialect of Lisp using Python 3 as the implementation language. I call my language and interpreter Lispy (lis.py). Years ago, I showed how to write a semi-practical Scheme interpreter Java and in in Common Lisp). This time around the go

                                                                          • For Ohtani, and Others, an Interpreter Is So Much More Than You Think

                                                                            'A Game of Speech'—But Also, For Baseball Interpreters, So Much More From conditioning coach and throwing partner to confidant and cook, a baseball interpreter's job extends far beyond its literal description. One afternoon in May, the most famous baseball player in the world was running late. Shohei Ohtani had taken the last team bus from the Angels’ hotel in Oakland to the Coliseum, as is his ha

                                                                              For Ohtani, and Others, an Interpreter Is So Much More Than You Think
                                                                            • Open Interpreterの実装を深掘り - every Tech Blog

                                                                              はじめまして。株式会社エブリーの開発本部のデータ&AIチームでデータサイエンティストをしている古濵です。 最近話題のOpen Interpreterについて、実装の中身を追ったので簡単な解説と所感についてまとめました。 Open Interpreter Open Interpreterとは、LLMに指示を出し、ローカル環境でコードを実行するツールです。 公式のREADMEによると、ChatGPTの機能として使えたOpenAI Code Interpreterとは異なり、Open Interpreterの売りはローカル環境で実行できることかと思います。 自然言語を通じて、対話的にPCの一般的な機能の操作や、ファイルの作成・編集、データ分析などがローカルで実現可能です。 さっそく、ローカルファイルに対して、自然言語でどの程度タスクを指示できるのか試してみました。 簡単なタスク(画像ファイルの移

                                                                                Open Interpreterの実装を深掘り - every Tech Blog
                                                                              • ローカルPCのターミナル上でLLM生成コードを実行できるOpen Interpreterを試す|はまち

                                                                                ChatGPTのコードインタープリター(Advanced Data Analysis)と同様な機能をローカル環境で実行可能な Open Interpreter が公開されていました。ターミナル上で、チャットインターフェイスを介して、LLMがPython、JavaScript、Shellなどのコードを実行できるもののようです。 Google Colabでの実行デモも公開されています。 ローカル環境で試す対話環境の起動はターミナルで以下を入力します。 $ interpreter -y Pythonコードの生成・実行Mailの自動化シェルを介してローカルPCのアプリとの連携もできるようなので試してみます。 以下はメール本文を生成し、AppleScriptでmail.appを自動操作している例です。 ネット情報の取得ネットにももちろん制限なくアクセスできます。ライブラリーのインストールなども自動で

                                                                                  ローカルPCのターミナル上でLLM生成コードを実行できるOpen Interpreterを試す|はまち
                                                                                • ForeverVM: The sessionless code interpreter

                                                                                  What is it? ForeverVM is a code execution API that allows you to securely run arbitrary Python code in a remote sandbox and get back results. Unlike traditional code interpreters, ForeverVM does not have a concept of a session after which state expires. Instead, ForeverVM uses memory snapshots to swap idle machines to disk for as long as you want. This improves scalability and resource usage, and