Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to pick a document with which to study from #3

Open
djhunter67 opened this issue Aug 25, 2024 · 0 comments
Open

Allow users to pick a document with which to study from #3

djhunter67 opened this issue Aug 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request TODO Planned and will be implemented

Comments

@djhunter67
Copy link
Owner

Is your feature request related to a problem? Please describe.
Not yet implemented

Describe the solution you'd like
Implement a page or an interface in which a user can drag and drop or select a file. The file is intended to be a PDF or Word document. First, convert the file to text and then feed the file into a Large Language Model (LLM).

Additional context
While LLM's are cringe and Artificial Intelligence (AI) is a buzzword, it cannot be denied that the LLM's are useful. The amount of development time to parse any possible file a teacher could assign or provide as homework, extra practice, or exam studying materials is in the space of all possible documents. The space of possible submission being infinitely large is ideal for the program that parses each word as a token and generates each word in its response generatively. The usefulness of LLM's cannot be denied and care must be taken not to abuse the technology. Beware that every problem is not a nail and LLMs are not hammers.

@djhunter67 djhunter67 self-assigned this Aug 25, 2024
@djhunter67 djhunter67 added enhancement New feature or request TODO Planned and will be implemented labels Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request TODO Planned and will be implemented
Projects
None yet
Development

No branches or pull requests

1 participant