#@title OR Open the GUI for free Colab Notebooks Apha for Anthonydiazjorges)
if not 'installed' in locals():
%cd /content
from IPython.display import clear_output
import os
if not os.path.exists('/content/drive'):
print("Your drive is not mounted. Creating Fake Drive.")
os.makedirs('/content/drive/MyDrive')
if not os.path.exists('/content/drive/MyDrive/project-main'):
!wget https://huggingface.co/Rejekts/project/resolve/main/project-main.zip -O '/content/project-main.zip' && unzip 'project-main.zip' -d /content/drive/MyDrive
!cd '/content/drive/MyDrive/project-main' && python download_files.py && pip install -r 'requirements.txt'
!rm /content/project-main.zip
!rm -r /content/sample_data
!mkdir -p /content/dataset
clear_output()
tensorboard = True #@param {type:"boolean"}
if tensorboard:
%load_ext tensorboard
%tensorboard --logdir ./logs
%cd /content/drive/MyDrive/project-main
!python app.py --colab
ღ(¯`◕‿◕´¯) ♫ ♪ ♫ 𝙴𝚊𝚜𝚢𝚐𝚞𝚒 (𝙰𝚙𝚑𝚊) ♫ ♪ ♫ (¯`◕‿◕´¯)ღ (★彡[Ღ (ᴀᴘʜᴀ)]彡★)
𝙱𝚢 𝚊𝚗𝚝𝚑𝚘𝚗𝚢𝚍𝚒𝚊𝚣𝚓𝚘𝚛𝚐𝚎𝚜