An open API service indexing awesome lists of open source software.

https://github.com/simula/code.simula.no


https://github.com/simula/code.simula.no

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

          

# code.simula.no
A collection of open-source code repositories published by Simula Research Laboratory and SimulaMet.

Currently, we publish the following repositories:

**Medical imaging**
* ColonSegNet — Encoder-decoder with squeeze-and-excitation residual blocks. [[project](https://github.com/DebeshJha/ColonSegNet)]
* DoubleUNet — VGG19-based encoder/decoder for image segmentation. [[project](https://github.com/DebeshJha/2020-CBMS-DoubleU-Net)]
* NanoNet — Encoder-decoder with a pre-trained encoder and three decoder blocks. [[project](https://github.com/DebeshJha/NanoNet)]
* ResUNet++ — Deep residual learning combined with U-Net. [[project](https://github.com/DebeshJha/ResUNetPlusPlus)]
* ResUNet++ with CRF and TTA — Extension of ResUNet++ with CRF and test-time augmentation. [[project](https://github.com/DebeshJha/ResUNetPlusPlus-with-CRF-and-TTA)]

**Networking**
* 5gVINNI OAI NS — OSM Network Service for OpenAirInterface 4G/5G testbeds. [[project](https://github.com/simula/5gvinni-oai-ns)]
* HiPerConTracer — High-performance ping/traceroute service with database export. [[project](https://www.nntb.no/~dreibh/hipercontracer)]
* NEAT Library — Library for the NEAT transport-layer APIs. [[project](https://github.com/NEAT-project/neat)]
* NetPerfMeter — Network performance meter for UDP/TCP/MPTCP/SCTP/DCCP over IPv4/IPv6. [[project](https://www.nntb.no/~dreibh/netperfmeter)]
* RSerPool Demo Tool — RSerPool demo tool for RSPLIB. [[project](https://www.nntb.no/~dreibh/rserpool/#DemoTool)]
* RSPLIB — Open-source implementation of IETF Reliable Server Pooling. [[project](https://www.nntb.no/~dreibh/rserpool)]
* RTP Audio — Network sound streaming system over UDP/SCTP with QoS controls. [[project](https://www.nntb.no/~dreibh/rtpaudio)]
* SubNetCalc — IPv4/IPv6 subnet address calculator. [[project](https://www.nntb.no/~dreibh/subnetcalc)]

**Simulation & multimedia**
* RSPSIM — Open-source OMNeT++ simulation model of RSerPool. [[project](https://omnetpp.org/download-items/RSPSIM.html)]
* E2E Video and Image Preprocessing for DL — General modules for video/image preprocessing. [[project](https://github.com/simulamet-host/video_analytics)]

**Sports analytics**
* Soccer Dashboard — Interactive dashboard for the SoccerMon dataset. [[project](https://github.com/simulamet-host/soccer-dashboard)]

**ML infrastructure**
* Huldra — Open-source framework for crowdsourced user studies. [[project](https://github.com/simula/huldra)]
* LightLayers — Method for reducing trainable parameters in deep neural networks. [[project](https://github.com/DebeshJha/LightLayers)]

**Systems & tooling**
* BibTeXConv — BibTeX file converter and URL/ISBN/ISSN verifier. [[project](https://www.nntb.no/~dreibh/bibtexconv)]
* System-Tools — System-Info and System-Maintenance utilities for Linux servers. [[project](https://www.nntb.no/~dreibh/system-tools)]
* VM Image Builder Scripts — Scripts to generate fresh VM images for various uses. [[project](https://github.com/simula/nornet-vmimage-builder-scripts)]

## How to contribute

Repositories are added via pull request. See [CONTRIBUTING.md](CONTRIBUTING.md) for the full walkthrough — in short: fork the repo, add a `code/.md` file with the required frontmatter, optionally drop a 16:9 thumbnail into `public/thumbnails/`, run `npm test`, and open a PR.

## Contact
If you have any questions or need assistance, please open an issue in the repository or contact steven@simula.no.