{"id":13717231,"url":"https://github.com/05dirnbe/nefi","last_synced_at":"2025-05-07T07:30:49.938Z","repository":{"id":51356672,"uuid":"55132937","full_name":"05dirnbe/nefi","owner":"05dirnbe","description":"Network Extraction From Images","archived":false,"fork":false,"pushed_at":"2021-05-13T16:17:30.000Z","size":1173774,"stargazers_count":33,"open_issues_count":26,"forks_count":14,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-04T00:13:12.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/05dirnbe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-31T08:20:18.000Z","updated_at":"2024-07-29T12:51:06.000Z","dependencies_parsed_at":"2022-09-14T05:41:46.487Z","dependency_job_id":null,"html_url":"https://github.com/05dirnbe/nefi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/05dirnbe%2Fnefi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/05dirnbe%2Fnefi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/05dirnbe%2Fnefi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/05dirnbe%2Fnefi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/05dirnbe","download_url":"https://codeload.github.com/05dirnbe/nefi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224573390,"owners_count":17333802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T00:01:19.599Z","updated_at":"2024-11-14T05:31:12.017Z","avatar_url":"https://github.com/05dirnbe.png","language":"Python","readme":"**NEFI2** is a Python tool created to extract networks from images.\n\nGiven a suitable 2D image of a network as input, **NEFI2** outputs a mathematical representation of the structure of the depicted network as a weighted undirected planar graph.\nRepresenting the structure of the network as a graph enables subsequent studies of its properties using tools and concepts from graph theory.\n\n**NEFI2** builds on top of well-documented open source libraries in order to provide a reliable, transparent and extendable collection of interchangeable solutions. **NEFI2** facilitates single image analysis as well as batch processing and aims to enable scientists and practitioners of various domains to freely explore, analyze and process their data in an intuitive, hands-on fashion.\n\nOur major motivation in developing **NEFI2** is to enable virtually everyone to automatically extract networks from images.\n**NEFI2** was designed to be an extensible image processing pipeline which can be augmented with custom algorithms and algorithm configurations.\nFor example, you can add your own faster implementation of \"Adaptive Threshold\" or \"Guided Watershed\", you can easily set default settings and even construct a complete pipeline of your custom algorithms that solve a particular image processing task.\nYou don't need to write tons of boilerplate code, reimplement existing UI widgets and then connect them.\n\n\n![0](http://i.imgur.com/ZKoCCMF.jpg)\n\n### Installation\n\n##### Linux\n\n* Make sure you have your **Python 3.8** installed before performing the steps below.\n* Install **PyQt5** using your default package manager.\n* Install **opencv-python** via pip:\n\n```\npip install opencv-python\n```\n\nDepending on your distrbution, you may need to replace the `pip` command by `pip3`.\n\nNext, clone the github repository and run the installation script.\n\n```\ngit clone https://github.com/05dirnbe/nefi.git\ncd nefi\n./linux_install.sh\n```\n\nIf everything goes well, you can run **NEFI2** by typing `nefi2` in the console.\n\n\n##### Compiling OpenCV (deprecated)\n\nIf you decide not to install OpenCV via pip, you can try to compile **OpenCV 3.1.0** for your Python 3.\nNote that these instructions are most likely outdated and will no longer work.\n\n```\n    git clone https://github.com/Itseez/opencv.git\n    git checkout 3.1.0a\n    mkdir release\n    cd release\n    cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=$(python3 -c \"import sys; print(sys.prefix)\") -D PYTHON_EXECUTABLE=$(which python3) ..\n    make -j4\n    sudo make install\n```\n\nNote: If your Linux installation uses `python` instead of `python3` to call your python 3 interepreter, you have to replace `python3` with just `python` for the OpenCV installation. It should look like this:\n\n```\n    git clone https://github.com/Itseez/opencv.git\n    git checkout 3.1.0a\n    mkdir release\n    cd release\n    cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=$(python -c \"import sys; print(sys.prefix)\") -D PYTHON_EXECUTABLE=$(which python) ..\n    make -j4\n    sudo make install\n```\n\n##### Windows (64 Bit)\n\nYou can use our precompiled launcher to start NEFI.\nhttps://github.com/05dirnbe/nefi/archive/windows_64bit_build.zip \n\n(Based on commit 1d774aad7478f69deeac5c4fdb5a4716a3894417)\n\n\n##### OSX (64 Bit)\n\nYou can use our precompiled launcher to start NEFI.\nhttps://github.com/05dirnbe/nefi/archive/mac_64bit_build.zip \n\n(Based on commit 1d774aad7478f69deeac5c4fdb5a4716a3894417)\n\n","funding_links":[],"categories":["Other"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F05dirnbe%2Fnefi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F05dirnbe%2Fnefi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F05dirnbe%2Fnefi/lists"}