raoulcollenteur /
Python-Hydrology-Tools
:droplet: This repository holds a list of open source Python packages interesting to Hydrologists
Loading repository data…
r3ap3rpy / repository
This repository holds a python based webapp which renders markdown pages to html.
This is a python based webapp which works from folders and renders the markdown files in the folders to the page.
In order to use it install 2 modules.
pip install flask
pip install Flask-BasicAuth
The username is user and password is start!123
You can create new folders and upload new markdowns to those folders.
You can simply use it by issuing the following commands:
git clone https://github.com/r3ap3rpy/mdwebapp
cd mdwebapp
virtualenv webappenv
webappenv\scripts\activate
pip install -r requirements.txt
python MDWebApp.py
Selected from shared topics, language and repository description—not editorial ratings.
raoulcollenteur /
:droplet: This repository holds a list of open source Python packages interesting to Hydrologists
hposton /
This repository holds the Python scripts discussed in the Infosec Institute's Python for Cybersecurity learning Path
remaro-network /
This repository holds the code for the Python implementation of YOLOX-ViT. Furthermore, it has the implementation of the Knowledge Distillation (KD) method, evaluation metrics of the object detector and the side-scan sonar image dataset for underwater wall detection.
stuartemiddleton /
geoparsepy is a Python geoparsing library that will extract and disambiguate locations from text. It uses a local OpenStreetMap database which allows very high and unlimited geoparsing throughput, unlike approaches that use a third-party geocoding service (e.g. Google Geocoding API). this repository holds Python examples to use the PyPI library.
memsql /
This repository holds some python libraries and plugins designed to be used with MemSQL.
pongsate1 /
Repository of my fashion-parsing project. This project is put on hold since I am doing another project now, but will debug if bugs are reported.