Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 561 Bytes

Readme.md

File metadata and controls

31 lines (26 loc) · 561 Bytes

DATA_ANALYSIS_PYTHON

ExpertGPT-logo

Install requirements

pip install -r requirements.txt

Setup Environment

cp .env.example .env

Preprocessing

python3 preprocess.py

Regist Data

python3 regist_chromadb_scaled.py
python3 regist_rhymes.py

This command make DB directory and regist from data\DATASET_MASTER.xlsx

Running Gradio Server

gradio interface.py