AI tutor for Everyone
Project description
Baicai Tutor
An AI-powered tutoring system designed to provide personalized learning experiences for everyone.
Overview
Baicai Tutor is an intelligent tutoring system that leverages advanced AI technologies to create adaptive and engaging learning experiences. It's built on top of the Baicai Base framework and aims to make quality education accessible to all.
Features
- AI-powered personalized tutoring
- Adaptive learning paths
- Interactive learning experiences
- Comprehensive knowledge base
- Real-time feedback and assessment
Requirements
- Python 3.10 or higher (but less than 3.12)
- Poetry for dependency management
Installation
- Clone the repository:
git clone https://github.com/yourusername/baicai_tutor.git
cd baicai_tutor
- Install dependencies using Poetry:
poetry install
- Activate the virtual environment:
poetry shell
Usage
The project provides a command-line interface:
baicai-tutor
Development
Project Structure
baicai_tutor/
├── baicai_tutor/ # Main package directory
├── docs/ # Documentation
├── tests/ # Test files
└── pyproject.toml # Project configuration
Development Tools
- Testing: pytest (>=8.0.0)
- Type Checking: mypy (>=1.5.0)
- Code Formatting: ruff (^0.11.6)
- Documentation: mkdocs (optional)
Running Tests
poetry run pytest
Code Quality
The project uses several tools to maintain code quality:
- Type Checking:
poetry run mypy .
- Code Formatting:
poetry run ruff format .
- Linting:
poetry run ruff check .
Documentation
Documentation is available in the docs/ directory and can be built using MkDocs:
poetry run mkdocs build
Contributing
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
License
This project is licensed under the GPL-3.0 License.
Authors
- Zhaoyang tech gengyabc@aliyun.com
Acknowledgments
- Built on top of the Baicai Base framework
- Uses various open-source libraries and tools
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file baicai_tutor-0.1.0.tar.gz.
File metadata
- Download URL: baicai_tutor-0.1.0.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77d6884738c8fc647749a73883752ed872f1bfd721d9b781c77a397ac4da6b87
|
|
| MD5 |
079d83ed33263e5a84546ac514cfd371
|
|
| BLAKE2b-256 |
70f003b7ced86c857508b0afd1bf566eb929782aac0c469583e567a946b8e8bd
|
File details
Details for the file baicai_tutor-0.1.0-py3-none-any.whl.
File metadata
- Download URL: baicai_tutor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 38.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
302dad0db73898e5728650696a004998f4fe5d8572f47099e6ef02c6407af9f9
|
|
| MD5 |
6a857858127ce0657a863864348d8879
|
|
| BLAKE2b-256 |
c1146393b81c5d48727dea5a401ea80625d3c599ab8b961647fbdc5a505404d3
|