this is a full learning app meant to help you understand what you are learning so that when you study it is easier to understand key concepts
i used ai to debug some problems that i had
this is a full learning app meant to help you understand what you are learning so that when you study it is easier to understand key concepts
i used ai to debug some problems that i had
i added a second table that will hold al the topics and i am trying to figure out how to add datasets to my database
Log in to leave a comment
i finally got the database to connect, and now i am able to edit and add rows of content to my database as well as remove some, although this is not yet made. i can’t wait to start building a graph like layer to the database and then get started on implementing an AI model and later a ML model to see where the user is struggling and then decide how to explain the concept better
Log in to leave a comment
i am currently figuring out how to implement a sqlite database in C# because i made some research to see what the best method would be to make an app that will need to be easily scalable and be easy to maintain. and i settled on sqlite after considering the uses of a graph database and i didn’t want the users of the app to need to have a personal server to use this app like what is needed for Neo4j(graph database client), although i did try to find an alternative to this, but i didn’t find any.
Log in to leave a comment
i got started on defining what a concept is going to be as the app is going to use this to determine what the concept of a topic is and then use this in later parts of the project
Log in to leave a comment