Skip to content

Get user feedback to assess Dandi Search's effectiveness in handling scientific queries and identifying relevant dandisets

License

Notifications You must be signed in to change notification settings

aaronkanzer/dandi-search-response-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dandi Search Response UI

image

Running Locally

  1. To run the web application service, first build the Docker image (Dockerfile located in /rest directory).
docker build -t dandi-search-response-ui .
  1. Run the container with the specific configurations (environment variables, port mapping).
docker run --env-file envfile.txt -p 8000:8000 dandi-search-response-ui

About

Get user feedback to assess Dandi Search's effectiveness in handling scientific queries and identifying relevant dandisets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 56.1%
  • Python 22.5%
  • HTML 16.4%
  • CSS 4.1%
  • Other 0.9%