Comentor is an open-source app that allows you to chat with AI-powered chatbot and generate personalized study roadmaps based on the conversation. The app uses OpenAI's GPT to power the chatbot and saves the study roadmap locally for easy access.
- Chat with an AI-powered chatbot
- Generate personalized learning paths based on the conversation topic
- Save study roadmaps locally for easy access
- iOS 17, iPadOS 17, macOS 14 Sonoma or later
- OpenAI API key
You can download from Releases page.
-
Open Xcode, select "Clone an existing project".
-
Type
https://github.com/stv-x/comentor.git
in the search bar at the top of the modal, and click the "Clone" button.
-
Select your device as the target device and click the "Build" button to compile the project.
-
After the compilation is complete, connect the device to your Mac, select your device as the target device, and then click the "Run" button to install the application on the device.
MIT License
Copyright (c) 2023 Steve Xu.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.