GithubHelp home page GithubHelp logo

cgre-aachen / bayseg Goto Github PK

View Code? Open in Web Editor NEW
60.0 12.0 14.0 67.02 MB

An unsupervised machine learning algorithm for the segmentation of spatial data sets.

License: GNU Lesser General Public License v3.0

Python 0.47% MATLAB 0.35% Jupyter Notebook 99.18%
segmentation python3 hidden-markov-models bayesian-methods gaussian-mixture-models gibbs-energy gibbs-sampling markov-chain machine-learning mixture-model

bayseg's Issues

Add pip support

Steps to add pip support:
add pyproject.toml

[build-system]
requires = ["setuptools>=62"]
build-backend = "setuptools.build_meta"

and setup.cfg

[metadata]
name = bayseg
version = 0.0.1
author = Alexander Schaaf
author_email = [email protected]
description = An unsupervised machine learning algorithm for the segmentation of spatial data sets. 
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/cgre-aachen/bayseg
project_urls =
    Bug Tracker = https://github.com/cgre-aachen/bayseg/issues
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
    Operating System :: OS Independent

[options]
package_dir =
	= src
packages = find:
python_requires = >=3.6
install_requires = 
	pytest
	scipy
	numpy
	pandas
	matplotlib
	tqdm
	scikit_learn

[options.packages.find]
where = src

move the directory bayseg to the src directory

see also:
https://git.rwth-aachen.de/Till.Petersen-Krauss/bayseg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.