Skip to content

slipsoft/sliphull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlipHull

Subject: https://www-apr.lip6.fr/~buixuan/files/algav2019/projet_indiv2.pdf

combined akl toussaint filter

Performances
comparision

Getting started

Requirements

  • Python >=3.6
  • pip

Debian and derivatives

sudo apt install python3 python python-pip python3-tk

Activate environment

source activate.sh

Run

src/main.py

Exemple VSCode launch conf

// .vscode/launch.json

{
	// Use IntelliSense to learn about possible attributes.
	// Hover to view descriptions of existing attributes.
	// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
	"version": "0.2.0",
	"configurations": [
		{
			"name": "Python: Main",
			"type": "python",
			"request": "launch",
			"program": "${workspaceFolder}/src/main.py",
			"console": "internalConsole"
		}
	]
}

Deactivate environment

deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published