Skip to content

Commit 49649aa

Browse files
authored
Update README.md
1 parent c72c285 commit 49649aa

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@ Live: https://dontcompete.vercel.app
1818
* **Dynamic Navigation**: URI-based breadcrumbs and stateful dashboard expansion.
1919

2020
## Possible Improvements and prototype ideas (during GSoC)
21-
21+
- [ ] Shift to better official sources for PYQs and answer-keys, generate explanation with LLM. (Currently the project relies on GateAcademy's explainations which we dont want to rely on)
2222
- [ ] Note that one of the current challenges is that the LLM is slow since there's so much to process, so we don't want to wait for one response to ask for another. We currently rely on stateless prompt and it should be the way it is.
23+
- [ ] A system to generate a study plan based on previous year question patterns. (For example, based on previous year question patterns and topic frequency, generate a list of topics to study in order)
24+
- [ ] Allow user to choose and download model using GUI
2325
- [ ] Evaluate other llm runtimes than ollama like ONNX for size
2426
- [ ] OCR doesn't work well on different colors and some scenarios.
2527
- [ ] LLaMA 3.1 isn't accurate enough, evaluate more models
2628
- [ ] Duplicate handling in topic classification is a bit too strict.
2729
- [ ] Consider shifting knowledge generation fully to TypeScript?
28-
- [ ] Allow user to choose and download model using GUI
2930
- [ ] Expand to exams other than GATE.
3031
- [ ] Shift to asynchronous operations where viable.
31-
- [ ] Shift to better official sources for PYQs and answer-keys, generate explanation with LLM. (Currently the project relies on GateAcademy's explainations which we dont want to rely on)
32-
- [ ] A system to generate a study plan based on previous year question patterns. (For example, based on previous year question patterns and topic frequency, generate a list of topics to study in order)
3332
- [ ] Re-evaluate the decision of shifting away from LFS, it'll likely be needed for assets.
3433

3534
---

0 commit comments

Comments
 (0)