Kid-AI is an open source project that allows users to teach a virtual child about a specific topic through conversation. The child will ask questions and learn based on the answers provided by the user.
- Virtual child that asks questions and learns through conversation
- Customizable learning topic
- Intuitive and easy to use interface
- Python 3.6 or higher
- Flask
- NLTK
To install Kid-AI, follow these steps:
- Clone the repository:
git clone https://github.com/Neurojet-AI/kid-ai.git
- Install the required dependencies:
pip install -r requirements.txt
- run the app :
python app.py
We welcome any contributions to Kid-AI. If you want to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature.
- Make your changes and commit them.
- Submit a pull request.
Kid-AI is released under the MIT License. See the LICENSE file for more details.