Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 2.12 KB

README.md

File metadata and controls

80 lines (54 loc) · 2.12 KB

EdVenture-Bot

EdVenture-Bot is an educational chatbot designed for children, utilizing cartoon characters to explain complex math and science concepts in an engaging and understandable manner.

Table of Contents

Introduction

EdVenture-Bot is a unique educational chatbot designed to make learning math and science exciting and accessible for children. By using familiar cartoon characters to explain complex concepts, it provides an engaging and interactive learning experience that encourages curiosity and understanding.

Key Features: Explains math and science topics in simple, relatable terms. Uses cartoon characters to make learning fun and engaging. Supports interactive question-and-answer sessions tailored for children. Encourages critical thinking and step-by-step problem-solving.

Features

  • Interactive chatbot interface.
  • Educational content tailored for children.
  • Utilizes cartoon characters for explanations.

Installation

To set up EdVenture-Bot locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/diya-ganesh/EdVenture-Bot.git
  2. Navigate to the project directory:

    cd EdVenture-Bot
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

To run the chatbot:

python app.py

Access the chatbot interface by navigating to http://localhost:5000 in your web browser.

Dependencies

  • Python 3.x
  • Flask
  • HTML/CSS
  • JavaScript/jQuery

Ensure all dependencies are installed by running the command in the Installation section.

Configuration

Configuration settings can be adjusted in the config.py file.

Contributors

License

This project is licensed under the MIT License. See the LICENSE file for details.