Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

FrostByte266/pun_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pun detection with neural networks

By William Grigor

System Requirements

  • An operating system running the XServer desktop environment

  • Docker version 19.0 or higher

  • CUDA version 10.0

    • A CUDA enabled graphics card (you can find a list of CUDA enabled GPUs here)
  • CuDNN for CUDA 10.0 (install instructions here)

Installing and using

  • Clone this git repository
git clone https://github.com/FrostByte266/pun_detector.git
  • Build the Docker container
docker build -t puns .
  • Run the Docker container
./container

OR

xhost +
docker run -u $(id -u):$(id -g) --gpus all -it --rm --net=host -e DISPLAY -v $PWD/src:/src -v $PWD/test:/test -v $PWD/data:/data -v $PWD/logs:/logs -e TF_FORCE_GPU_ALLOW_GROWTH=true puns bash
  • Start the main program
python /src/gui.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published