KenjiPcx / Microsoft-Imagine-Cup-2024-FeynmanLearn

https://delightful-beach-0f72d6303.4.azurestaticapps.net/
MIT License
1 stars 0 forks source link

feynman-agent

Submission for the Microsoft Imagine Cup 2024

Watch the pitch and demo here: https://youtu.be/EJ5iF3E4LP0

What is it?

The Feynman method of learning has been shown to be the most successful method for learning, here we are trying to digitalize this process for the sake of a more personal and efficient education

Why Feynman agent?

It is honestly hard to find someone else to teach, and even if you found someone, it will be useful to have an AI partner to help you practice explaining concepts, or to even help you plan your flow

Feynman’s Agent aims to help you

ChatGpt can already sort of do it for you but we can definitely make it better

Dev stack

Frontend

Backend is fully Azure

Local environment setup

Connecting to Azure DB

If you work on a feature involving the db, you might need to set this up, alternatively just mock the data in the frontend

Start the backend locally

Starting the frontend

To start the frontend

cd feynman-agent-frontend
bun dev