https://github.com/dadukhankevin/learngpt
A free, open source, AI powered alternative to Quizlet.
https://github.com/dadukhankevin/learngpt
Last synced: 25 days ago
JSON representation
A free, open source, AI powered alternative to Quizlet.
- Host: GitHub
- URL: https://github.com/dadukhankevin/learngpt
- Owner: dadukhankevin
- Created: 2023-04-22T19:59:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T22:19:40.000Z (about 2 years ago)
- Last Synced: 2025-05-07T09:16:21.682Z (25 days ago)
- Language: Svelte
- Homepage:
- Size: 62.5 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - learnGPT - A free, open source, AI powered alternative to Quizlet. (Others)
README
# learnGPT
### _An open source quizlet alternative_
very, very early development## current capabilities:
- Equivalent to Quizlet "learn" mode.
- Enter any topic and have gpt-3.5-turbo generate a study set on the topic
- Saves study sets## Coming soon:
- Create study sets from:
- wikipedia pages
- raw text
- Ask follow-up questions to a chatbot
- Choice between other AI models, including open source options
- Other study modes
- Tracking learning progress
- A better name (haha)## Installation:
```git clone https://github.com/dadukhankevin/learnGPT```Now install the requirements:
```pip install -r requirements.txt```
## Usage:
Navigate to the learngpt directory containing Svelte
(ensure you have node.js installed)
run: ```npm install``` and then ```npm run dev```
then run ```server.py``` in the main directory titled "learnGPT"
Now the frontend svelte should work!
## Disclaimer
All of this is highly breakable, and in the very early stages of development.
For now, there is an API key provided