Skip to content

dimwael/QuestionAnsweringDistilbert

Repository files navigation

Question Answering system based on DistilBert

This is a Python project for dealing with simple questions about general knowledge.

Installation for localhost

1-Clone the project

2-Install dependencies by running the following command:

pip install -r requirements.txt

Installation for Public Access using Dockerfile & docker-compose

1-Clone the project

2-Build the docker image:

docker-compose build

3-Add a new Inbound rule for the TCP Port 5000

4-Run the image:

docker-compose up -d

5-The container could use some time before it becomes accessible < 50 sec

6-You should be able to access the app on "INSTANCE-PUBLIC-IP":5000

Usage

python app.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Question Answering Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •