A simple question-answer system about the Solar System.
- notebooks/space_planets_qa.ipynb: Jupyter Notebook version
- src/space_qa_bot.py: Python script version
- tests/test_space_qa.py: Simple test cases
- Notebook: Run in Jupyter and use the interactive widget.
- Script:
python src/space_qa_bot.py
- Tests:
python tests/test_space_qa.py