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

Add Streamlit Tutorial: Building an Interactive Question Answering App with Streamlit, Transformers, and Langchain WikipediaAPIWrapper #493

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flyfir248
Copy link

@flyfir248 flyfir248 commented Dec 12, 2023

This pull request adds a comprehensive tutorial titled "Building an Interactive Question Answering App with Streamlit, Transformers, and Langchain WikipediaAPIWrapper" to the Python section. The tutorial guides users through the process of creating an interactive question-and-answer program using Streamlit, Transformers, and Langchain's WikipediaAPIWrapper.

The tutorial covers various aspects, including setting up the environment, importing libraries, creating the Streamlit app, loading the question answering model, creating the question answering pipeline, handling user input, and providing a demonstration. Additionally, it introduces Langchain and its WikipediaAPIWrapper, showcasing their role in accessing contextual information seamlessly.

The tutorial aims to be informative, guiding readers step by step, and includes a demonstration of the developed program. The provided code examples and explanations should make it accessible for readers interested in building similar applications.

For more details, please refer to the Medium Article

This contribution aligns with the guidelines outlined in the CONTRIBUTING document, and I have ensured that URLs and resources are valid.

Types of changes

  • Content Update (change which fixes an issue or updates an already existing submission)
  • New Article (change which adds functionality)
  • Documentation change

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have made checks to ensure URLs and other resources are valid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant