Start the PDF Intelligence Application by running the following command in your terminal: streamlit run app.py Since the application is running, open your web browser and navigate to http://localhost:8501/. You will be presented with a user-friendly interface. Use the provided file upload feat...
The UI is based on Streamlit Will generate the following interractive quiz questions: Pre-requisite You need an OpenAI API key from https://platform.openai.com/account/api-keys Keep in mind this is not free BUT the with the usage of gpt-3.5-turbo it's not expensive at all unless you ...
streamlit run app.py Open your web browser and go to http://localhost:8501. Upload a document (PDF, Word, or PowerPoint) and use the various features provided by the app. Configuration Ensure you have your Cohere API key set up in the app.py file: python COHERE_API_KEY = 'your-coh...