Colaboratory を使用して作成しました

This commit is contained in:
w-okada 2022-11-09 04:12:09 +09:00
parent bd1b15aaef
commit 5a6f21d5a0

View File

@ -5,7 +5,7 @@
"colab": {
"provenance": [],
"collapsed_sections": [],
"authorship_tag": "ABX9TyNuz5ToQB/hiwJTFCBOyGT/",
"authorship_tag": "ABX9TyP6Wv8fttT+X2Op6MmqB/kg",
"include_colab_link": true
},
"kernelspec": {
@ -82,7 +82,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "Eihm8H2X-7wm",
"outputId": "e51016e6-7f6e-4b95-8822-a4713017a6a6"
"outputId": "76331fb1-5ef8-40e6-a381-258b5e425853"
},
"execution_count": 1,
"outputs": [
@ -122,7 +122,7 @@
"cell_type": "code",
"source": [
"# (2) リポジトリのクローン\n",
"!git clone https://github.com/w-okada/voice-changer.git\n",
"!git clone --depth 1 https://github.com/w-okada/voice-changer.git -b ver_1.0\n",
"%cd voice-changer/docs/\n"
],
"metadata": {
@ -130,7 +130,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "86wTFmqsNMnD",
"outputId": "63e02151-2e55-49f3-8219-ba16cbb28233"
"outputId": "40471833-d720-41c9-f4a7-ac15fbf18e14"
},
"execution_count": 3,
"outputs": [
@ -139,12 +139,22 @@
"name": "stdout",
"text": [
"Cloning into 'voice-changer'...\n",
"remote: Enumerating objects: 499, done.\u001b[K\n",
"remote: Counting objects: 100% (83/83), done.\u001b[K\n",
"remote: Compressing objects: 100% (65/65), done.\u001b[K\n",
"remote: Total 499 (delta 26), reused 30 (delta 18), pack-reused 416\u001b[K\n",
"Receiving objects: 100% (499/499), 21.10 MiB | 13.43 MiB/s, done.\n",
"Resolving deltas: 100% (253/253), done.\n",
"remote: Enumerating objects: 81, done.\u001b[K\n",
"remote: Counting objects: 100% (81/81), done.\u001b[K\n",
"remote: Compressing objects: 100% (68/68), done.\u001b[K\n",
"remote: Total 81 (delta 12), reused 53 (delta 5), pack-reused 0\u001b[K\n",
"Unpacking objects: 100% (81/81), done.\n",
"Note: checking out 'f8823cb7e2025f13227f5918408cceda224bf9f0'.\n",
"\n",
"You are in 'detached HEAD' state. You can look around, make experimental\n",
"changes and commit them, and you can discard any commits you make in this\n",
"state without impacting any branches by performing another checkout.\n",
"\n",
"If you want to create a new branch to retain commits you create, you may\n",
"do so (now or later) by using -b with the checkout command again. Example:\n",
"\n",
" git checkout -b <new-branch-name>\n",
"\n",
"/content/voice-changer/docs\n"
]
}
@ -184,7 +194,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "rpWUobjlBCNF",
"outputId": "0dd8bbc1-dd1e-47fe-fef6-fbc22540dc7a"
"outputId": "285e0259-16af-4932-e78b-bec94f337e9c"
},
"execution_count": 5,
"outputs": [
@ -244,7 +254,7 @@
"base_uri": "https://localhost:8080/"
},
"id": "LwZAAuqxX7yY",
"outputId": "627e09e8-bc64-4110-ce0a-5b3f84e8bf1d"
"outputId": "ea2b3b39-d571-4d47-a38b-d0e657a335cd"
},
"execution_count": 6,
"outputs": [
@ -254,20 +264,20 @@
"text": [
"Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n",
"Requirement already satisfied: flask in /usr/local/lib/python3.7/dist-packages (1.1.4)\n",
"Requirement already satisfied: Jinja2<3.0,>=2.10.1 in /usr/local/lib/python3.7/dist-packages (from flask) (2.11.3)\n",
"Requirement already satisfied: Werkzeug<2.0,>=0.15 in /usr/local/lib/python3.7/dist-packages (from flask) (1.0.1)\n",
"Requirement already satisfied: click<8.0,>=5.1 in /usr/local/lib/python3.7/dist-packages (from flask) (7.1.2)\n",
"Requirement already satisfied: itsdangerous<2.0,>=0.24 in /usr/local/lib/python3.7/dist-packages (from flask) (1.1.0)\n",
"Requirement already satisfied: Werkzeug<2.0,>=0.15 in /usr/local/lib/python3.7/dist-packages (from flask) (1.0.1)\n",
"Requirement already satisfied: Jinja2<3.0,>=2.10.1 in /usr/local/lib/python3.7/dist-packages (from flask) (2.11.3)\n",
"Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.7/dist-packages (from Jinja2<3.0,>=2.10.1->flask) (2.0.1)\n",
"Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n",
"Collecting flask_cors\n",
" Downloading Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)\n",
"Requirement already satisfied: Flask>=0.9 in /usr/local/lib/python3.7/dist-packages (from flask_cors) (1.1.4)\n",
"Requirement already satisfied: Six in /usr/local/lib/python3.7/dist-packages (from flask_cors) (1.15.0)\n",
"Requirement already satisfied: itsdangerous<2.0,>=0.24 in /usr/local/lib/python3.7/dist-packages (from Flask>=0.9->flask_cors) (1.1.0)\n",
"Requirement already satisfied: Flask>=0.9 in /usr/local/lib/python3.7/dist-packages (from flask_cors) (1.1.4)\n",
"Requirement already satisfied: Werkzeug<2.0,>=0.15 in /usr/local/lib/python3.7/dist-packages (from Flask>=0.9->flask_cors) (1.0.1)\n",
"Requirement already satisfied: click<8.0,>=5.1 in /usr/local/lib/python3.7/dist-packages (from Flask>=0.9->flask_cors) (7.1.2)\n",
"Requirement already satisfied: itsdangerous<2.0,>=0.24 in /usr/local/lib/python3.7/dist-packages (from Flask>=0.9->flask_cors) (1.1.0)\n",
"Requirement already satisfied: Jinja2<3.0,>=2.10.1 in /usr/local/lib/python3.7/dist-packages (from Flask>=0.9->flask_cors) (2.11.3)\n",
"Requirement already satisfied: click<8.0,>=5.1 in /usr/local/lib/python3.7/dist-packages (from Flask>=0.9->flask_cors) (7.1.2)\n",
"Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.7/dist-packages (from Jinja2<3.0,>=2.10.1->Flask>=0.9->flask_cors) (2.0.1)\n",
"Installing collected packages: flask-cors\n",
"Successfully installed flask-cors-3.0.10\n"
@ -333,25 +343,25 @@
"base_uri": "https://localhost:8080/"
},
"id": "chu06KpAjEK6",
"outputId": "a42873c4-2826-4b54-f497-01adb1683875"
"outputId": "6f5cbed9-65a7-4570-f58a-5447e402947c"
},
"execution_count": 8,
"execution_count": 10,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"[2022-09-13 22:45:22,054] INFO in recorderServer: START APP\n",
"[2022-11-08 19:11:17,679] INFO in recorderServer: START APP\n",
" * Serving Flask app \"recorderServer\" (lazy loading)\n",
" * Environment: production\n",
" WARNING: This is a development server. Do not use it in a production deployment.\n",
" Use a production WSGI server instead.\n",
" * Debug mode: on\n",
"[2022-09-13 22:45:22,062] INFO in _internal: * Running on http://0.0.0.0:8018/ (Press CTRL+C to quit)\n",
"[2022-09-13 22:45:22,063] INFO in _internal: * Restarting with stat\n",
"[2022-09-13 22:45:22,238] INFO in recorderServer: START APP\n",
"[2022-09-13 22:45:22,244] WARNING in _internal: * Debugger is active!\n",
"[2022-09-13 22:45:22,268] INFO in _internal: * Debugger PIN: 334-166-753\n"
"[2022-11-08 19:11:17,696] INFO in _internal: * Running on http://0.0.0.0:8018/ (Press CTRL+C to quit)\n",
"[2022-11-08 19:11:17,697] INFO in _internal: * Restarting with stat\n",
"[2022-11-08 19:11:17,893] INFO in recorderServer: START APP\n",
"[2022-11-08 19:11:17,900] WARNING in _internal: * Debugger is active!\n",
"[2022-11-08 19:11:17,930] INFO in _internal: * Debugger PIN: 225-344-519\n"
]
}
]
@ -384,9 +394,9 @@
"base_uri": "https://localhost:8080/",
"height": 34
},
"outputId": "768df0ee-9499-430b-ab4f-c602311114ae"
"outputId": "7d2664b8-945c-4ee6-b49f-51f7f96cf388"
},
"execution_count": 9,
"execution_count": 11,
"outputs": [
{
"output_type": "display_data",
@ -443,7 +453,7 @@
"metadata": {
"id": "3PhrmCD2LaCH"
},
"execution_count": 43,
"execution_count": null,
"outputs": []
},
{
@ -469,7 +479,7 @@
"id": "f5l6ggSyACLs",
"outputId": "4db3571a-46e6-4fd9-c560-628cf4af9284"
},
"execution_count": 57,
"execution_count": null,
"outputs": [
{
"output_type": "stream",
@ -492,7 +502,7 @@
"metadata": {
"id": "UEVb2GGZSesY"
},
"execution_count": 71,
"execution_count": null,
"outputs": []
},
{
@ -542,7 +552,7 @@
"id": "L8UsVp3dDs4R",
"outputId": "5d640caf-87b0-45a6-aa0c-76295e537f6a"
},
"execution_count": 73,
"execution_count": null,
"outputs": [
{
"output_type": "stream",