Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coollad49/learn-your-facts-app
an AI Facts Generator App for students
https://github.com/coollad49/learn-your-facts-app
acertinityui nextjs openrouter pexels-api shadcn-ui tailwindcss
Last synced: about 1 month ago
JSON representation
an AI Facts Generator App for students
- Host: GitHub
- URL: https://github.com/coollad49/learn-your-facts-app
- Owner: coollad49
- Created: 2024-09-05T12:35:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:23:22.000Z (2 months ago)
- Last Synced: 2024-10-28T12:19:20.716Z (2 months ago)
- Topics: acertinityui, nextjs, openrouter, pexels-api, shadcn-ui, tailwindcss
- Language: JavaScript
- Homepage: https://learn-your-facts.vercel.app/dashboard
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AI Flashcards Project - Todo List
### Category Selection
- [x] Display educational categories like Basic Science, Civic Education, History, etc.
- [x] Implement UI component (buttons/cards) for category selection.### Content Generation Options
- [x] Provide option for user to input a title and generate content.
- [x] Implement AI auto-generation of content based on selected category.### Flashcard Interaction
- [ ] Show question with input field for the user to answer.
- [ ] Correct Answer Flow:
- [ ] Display options to learn more or move to the next question.
- [ ] Incorrect Answer Flow:
- [ ] Provide option to try again or reveal the correct answer.### Progress Tracking
- [ ] Track user performance (correct/incorrect answers).
- [ ] Record data on user answers for future difficulty adjustments.### Additional Features
- [ ] Implement difficulty adjustment based on user’s performance.
- [ ] Add a hint system for tough questions.
- [ ] Include a reward/gamification system (points, badges).
- [ ] Add a section to review incorrectly answered questions.
- [ ] Implement adaptive learning paths to focus on areas where the user struggles.### AI & Reinforcement Learning
- [ ] Track user ease in answering questions and adjust difficulty accordingly.
- [ ] Integrate reinforcement learning to analyze user responses over time.### RAG Integration
- [ ] Implement RAG to retrieve more accurate and detailed information.
- [ ] Use RAG for better explanations in the "learn more" feature.