Project Description

This project will create a simple chat-bot for tutoring children for school. Lessons will be pre-configured by feeding in a document and requesting the material be taught to a child in consideration of the child's age, etc.

Goal for this Hackweek

Create an interface to have student/teacher logins, where a teacher can configure a lesson for the day. A configured lesson is simply providing initial prompts to the chat-bot.

Resources

https://github.com/dmulder/TinyTutor

Looking for hackers with the skills:

ai python3

This project is part of:

Hack Week 23

Activity

  • 9 months ago: dfaggioli liked this project.
  • 9 months ago: dmulder removed keyword education from this project.
  • 9 months ago: dmulder started this project.
  • 9 months ago: dmulder added keyword "python3" to this project.
  • 9 months ago: dmulder added keyword "ai" to this project.
  • 9 months ago: dmulder added keyword "education" to this project.
  • 9 months ago: dmulder originated this project.

  • Comments

    • dmulder
      9 months ago by dmulder | Reply

      Here is the first video produced by tinytutor: https://youtu.be/4SNXoWxYolU which I generated from the parsed input from https://en.wikipedia.org/wiki/Engineering. The images generated by openai are pretty rough, but good enough to keep kids entertained.

    • dmulder
      9 months ago by dmulder | Reply

      Initially I was going to use Alpaca for the text generation, but was encountering some problems. I've decided to simply use the openai api for the time being, and I'll integrate free models at a later time.

    • dmulder
      9 months ago by dmulder | Reply

      Here is another video generated today. Worked out a lot of bugs in the process: https://youtu.be/jOImm8P8O4I This one is based on https://en.wikipedia.org/wiki/Architecture.

    • dmulder
      9 months ago by dmulder | Reply

      Managed to complete a partial web interface, with authentication and the beginnings of video generation, etc. Will continue next hackweek. I did complete a simple command line tool.

    Similar Projects

    This project is one of its kind!