Skip to content

DenysMenfredy/context-based-question-answering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Context Based Question Answering

This repository contains the code for a machine learning context based question answering project. It uses a pre-trained natural language model gathered from Hugging Face models hub, the inference is made using Pytorch as the Deep learning framework.

Test Instructions:

  • In order to test it locally, first you need to have a enviroment with Python 3.8+ installed, and then install the project dependencies:
    pip install -r requirements.txt
  • After installing the dependencies, you need to run it using Streamlit:
    streamlit run src/main.py
  • You can also use docker to run:
    docker build -t question-answering .
    docker run -p 8501:8501 question-answering

About

Context based question answering using a Hugging Face pretrained model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published