A reading app integrated with ChatGPT to present snippets of text, reword them, explain them, convert them into flashcards, and run quizzes.
aiRead is a tool for reading a text and integrating the experience with ChatGPT. Put the text you want to read into a file called 'aiRead.txt' and keep that file in the same folder as the aiRead.py file. You'll need to have the nltk and openai packages installed. You can install them with the following terminal commands:
pip install nltk
pip install openai
Type 'help' to learn how to interact with the program. Enjoy!