Skip to content

Commit

Permalink
google colab
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf authored Jan 20, 2024
1 parent ecf792c commit cea949e
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 81 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Welcome to **Applio**, the ultimate voice cloning tool meticulously optimized fo
[![Support Discord](https://img.shields.io/discord/1096877223765606521?style=flat-square)](https://discord.gg/iahispano)
[![Downloads](https://img.shields.io/github/downloads/iahispano/applio-rvc-fork/total?style=flat-square)](https://github.com/IAHispano/Applio-RVC-Fork/releases)
[![Issues](https://img.shields.io/github/issues/iahispano/applio-rvc-fork?style=flat-square)](https://github.com/IAHispano/Applio-RVC-Fork/issues)
<!-- WORKING ON THIS
[![Open In Collab](https://img.shields.io/badge/google_colab-F9AB00?style=flat-square&logo=googlecolab&logoColor=white)](https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb)
-->

## Content Table
- [**Installation**](#installation)
Expand Down
186 changes: 107 additions & 79 deletions assets/Applio.ipynb
Original file line number Diff line number Diff line change
@@ -1,81 +1,109 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"id": "vtON700qokuQ"
},
"outputs": [],
"source": [
"# @title **Install Applio**\n",
"\n",
"import codecs\n",
"import time\n",
"\n",
"orig_name_of_program = codecs.decode(\"Nccyvb\", \"rot_13\")\n",
"new_name_of_program = codecs.decode(\"cebtenz\", \"rot_13\")\n",
"uioawhd = codecs.decode(\"uggcf://tvguho.pbz/VNUvfcnab/Nccyvb.tvg\", \"rot_13\")\n",
"uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n",
"\n",
"from IPython.display import clear_output, Javascript\n",
"\n",
"!git clone --depth 1 $uioawhd\n",
"!mv $orig_name_of_program $new_name_of_program\n",
"%cd $new_name_of_program/\n",
"\n",
"clear_output()\n",
"file_path = \"requirements.txt\"\n",
"!pip install -r \"requirements.txt\" --quiet\n",
"\n",
"clear_output()\n",
"print(\"Finished installing requirements!\")"
]
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"cellView": "form",
"id": "vtON700qokuQ",
"outputId": "f2e96749-d738-4089-b966-14ee5cd1856f",
"colab": {
"base_uri": "https://localhost:8080/"
}
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Finished installing requirements!\n"
]
}
],
"source": [
"# @title **Install Applio**\n",
"\n",
"import codecs\n",
"import time\n",
"\n",
"orig_name_of_program = codecs.decode(\"Nccyvb\", \"rot_13\")\n",
"new_name_of_program = codecs.decode(\"cebtenz\", \"rot_13\")\n",
"uioawhd = codecs.decode(\"uggcf://tvguho.pbz/VNUvfcnab/Nccyvb.tvg\", \"rot_13\")\n",
"uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n",
"\n",
"from IPython.display import clear_output, Javascript\n",
"\n",
"!git clone --depth 1 $uioawhd\n",
"!mv $orig_name_of_program $new_name_of_program\n",
"%cd $new_name_of_program/\n",
"\n",
"clear_output()\n",
"file_path = \"requirements.txt\"\n",
"!pip install -r \"requirements.txt\" --quiet\n",
"\n",
"clear_output()\n",
"print(\"Finished installing requirements!\")"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"cellView": "form",
"id": "-7cQtXouqpQi",
"outputId": "242be0b2-15bc-4b90-e9c4-d9ab42ec7e29",
"colab": {
"base_uri": "https://localhost:8080/"
}
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"Keyboard interruption in main thread... closing server.\n",
"Killing tunnel 127.0.0.1:6969 <> https://caf1f69e5f1d9cc72e.gradio.live\n"
]
}
],
"source": [
"# @title **Start Applio**\n",
"import codecs\n",
"uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n",
"\n",
"%load_ext tensorboard\n",
"%reload_ext tensorboard\n",
"%tensorboard --logdir logs --bind_all\n",
"\n",
"!python $uyadwa --share"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "ymhGfgFSR17k"
},
"source": [
"## **Credits**\n",
"- Special thanks to [Hina](https://github.com/hinabl) 💗\n",
"- [Blaise](https://github.com/blaise-tk) and [Applio Team](https://github.com/IAHispano)"
]
}
],
"metadata": {
"accelerator": "GPU",
"colab": {
"gpuType": "T4",
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python"
}
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"id": "-7cQtXouqpQi"
},
"outputs": [],
"source": [
"# @title **Start Applio**\n",
"%load_ext tensorboard\n",
"%reload_ext tensorboard\n",
"%tensorboard --logdir logs --bind_all\n",
"\n",
"!python $uyadwa --share"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "ymhGfgFSR17k"
},
"source": [
"## **Credits**\n",
"- Special thanks to [Hina](https://github.com/hinabl) 💗\n",
"- [Blaise](https://github.com/blaise-tk) and [Applio Team](https://github.com/IAHispano)"
]
}
],
"metadata": {
"accelerator": "GPU",
"colab": {
"gpuType": "T4",
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit cea949e

Please sign in to comment.