/AI-Latte

Onfire Games's Love Delivery Heroine Latte, An Unofficial Implementation of ChatGPT and MB-iSTFT-VITS

Primary LanguagePythonOtherNOASSERTION

AI-LATTE

The repository is only accessible to people aged 19 and over. PLEASE DO NOT CHECK the repository for teenagers or children.

If you need a resource file, I can provide it for research purposes. Discord: ori_muchim

한국어 README.md

Onfire Games's Love Delivery Heroine Latte, An Unofficial Implementation of ChatGPT and MB-iSTFT-VITS

Sample Output

Table of Contents

Prerequisites

  • ChatGPT4
  • A Windows / Linux system with a minimum of 8GB RAM.
  • Python == 3.8
  • Anaconda installed.
  • PyTorch installed.

Pytorch install command(For CUDA user):

pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117

Pytorch install command(For CPU user):

pip install torch==1.13.1+cpu torchvision==0.14.1+cpu torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cpu

Installation

  1. Create an Anaconda environment:
conda create -n latte python=3.8
  1. Activate the environment:
conda activate latte
  1. Clone this repository to your local machine:
git clone https://github.com/ORI-Muchim/AI-LATTE.git
  1. Navigate to the cloned directory:
cd AI-LATTE
  1. Install the necessary dependencies:
pip install -r requirements.txt

Usage

To start this application, use the following command:

python app.py

References

For more information, please refer to the following repositories:

This project reveals that it was not created for commercial purposes, but for simple research purposes.