Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1011 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 1011 Bytes

Kid-AI

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.

Features

  • Virtual child that asks questions and learns through conversation
  • Customizable learning topic
  • Intuitive and easy to use interface

Requirements

  • Python 3.6 or higher
  • Flask
  • NLTK

Installation

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

Contributions

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.

License

Kid-AI is released under the MIT License. See the LICENSE file for more details.