You can store it in a .env file in the root directory of your project: GOOGLE_API_KEY=your_api_key Run the Streamlit Application Start the Streamlit application by running: streamlit run app.py Features PDF Content Retrieval: Fetches and processes the content of multiple PDF documents. AI-...
Use the streamlit_mic_recorder package to enable live recording. The transcription of the recorded audio will be displayed in the expander section File Uploader: Upload your audio file using the file upload component. The transcription of the uploaded audio will be displayed in the expander sect...
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...
Use the streamlit_mic_recorder package to enable live recording. The transcription of the recorded audio will be displayed in the expander section File Uploader: Upload your audio file using the file upload component. The transcription of the uploaded audio will be displayed in the expander sect...