Tingxie is a Python project designed to help children with dictation exercises. It uses Docker and Docker Compose for easy setup and deployment.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.11
- Docker
- Docker Compose
-
Clone the repository
git clone https://github.com/lilaboc/tingxie.git
-
Build and run the Docker containers using Docker Compose
docker-compose build docker-compose up -d
-
Access the application
Open your web browser and navigate to
http://yourip:8501
.