Sleeping
1
📉
None defined yet.
Welcome to Team 3's Tone Evaluation project! This repository contains the necessary files and resources for our project, which focuses on data processing, training, testing, and a user interface (UI) demo.
Data Processing File: dataset.py
Train File: train.py
Test File: test.py
UI Demo: app.py
We provide two versions of the dataset:
Additionally, we offer a text file for Pinyin encoding: pinyin.txt. This file is crucial for understanding the encoding used in our dataset.
To directly view the UI demo, just go to our space and click "App" tab on the top right.
Otherwise, follow these steps to get started with our project:
python data_processing.py
python train.py
python test.py
python ui_demo.py
We hope you find our project useful and insightful! Happy coding!