Getting Started

  1. Fork the Repository

  2. Set Up Development Environment

Checklist

  • Make a feature
  • Create a test for it
  • (if applicable) write Docs
  • Submit a pull request

Project Structure

blastai/
├── blastai/       # Python package
├── tests/         # Test suite
└── examples/      # Example code

Getting Help

Next Steps