https://github.com/r0315/study-assistant
An Avalonia chat bot to help you study.
https://github.com/r0315/study-assistant
ai avalonia avalonia-ui chatbot generative-ai generative-ai-projects
Last synced: 5 months ago
JSON representation
An Avalonia chat bot to help you study.
- Host: GitHub
- URL: https://github.com/r0315/study-assistant
- Owner: R0315
- License: mit
- Created: 2024-07-24T06:31:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T21:49:42.000Z (almost 2 years ago)
- Last Synced: 2025-06-12T22:06:43.988Z (about 1 year ago)
- Topics: ai, avalonia, avalonia-ui, chatbot, generative-ai, generative-ai-projects
- Language: C#
- Homepage:
- Size: 2.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Study-Assistant
An under construction project.
This chat bot is built using Semantic Kernel and Avalonia UI. I intend to add kernel plugins for skills the bot can call to assist with studying or perform other tasks. The main goal of the project is to start learning how to build apps with Avalonia UI just for fun.
If you want to use this project as a base for your own bot or Avalonia UI project, you'll need to set an environment variable for OPENAI_KEY to be used by Semantic Kernel in the [ServiceCollectionExtensions](ServiceCollectionExtensions.cs) class.
