Skip to content

Simple data analysis software like Advanced Data Analysis(Code Interpreter).

License

Notifications You must be signed in to change notification settings

karaage0703/code-cooker

Repository files navigation

code-cooker

Simple data analysis software like Advanced Data Analysis(Code Interpreter).

README in English 日本語のREADME

Setup

$ cd && git clone https://github.com/karaage0703/code-cooker

Edit ./cooker/.config and input api key which you use.

Setup Docker.

Usage

GUI

Execute following commands:

$ cd ~/code-cooker
$ docker compose up -d base
$ docker exec -it code-cooker-base python3 app.py

Access http://localhost:7860/ with web browser.

Execute following command for shutdown docker:

$ docker compose down

Google Colab

Open colab-notebooks/code_cooker_on_colab.ipynb.

VS Code Editor(For development)

Preparation

  1. Launch VS Code Editor
  2. Install Visual Studio Code Dev Containers.
  3. Press F1 key.
  4. Select "Dev Containers: Open Folder in Container..." and choose folder "container-base"

In container, execute following command:

root@hostname:~# pip install -e .

launch GUI

In container, execute following command:

root@hostname:~# python3 app.py

Access http://localhost:7860/ with web browser.

Test

In container, execute following command:

root@hostname:~# python3 tests/test_cooker.py

About

Simple data analysis software like Advanced Data Analysis(Code Interpreter).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published