All Projects → jeffshek → open

jeffshek / open

Licence: MIT license
The most boring open source you've ever seen ....

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to open

ts4health
Time Series Data Analysis, Visualization and Forecasting with Python for Health and Self
Stars: ✭ 17 (-84.4%)
Mutual labels:  quantified-self, health
Mining-Minds
Mining Minds is a collection of services, tools and techniques working collaboratively to investigate on human’s daily routines to provide a personalized well-being and health-care support
Stars: ✭ 43 (-60.55%)
Mutual labels:  health, health-informatics
chr247.com
An open source multi tenant cloud platform for small scale clinics
Stars: ✭ 56 (-48.62%)
Mutual labels:  health, health-informatics
nutrifacts.js
A library to calculate nutrition facts, smartly. No third party services or remote DBs involved.
Stars: ✭ 22 (-79.82%)
Mutual labels:  health
kirby3-doctor
Plugin to check health of your CMS installation
Stars: ✭ 19 (-82.57%)
Mutual labels:  health
tdee-calculator
TDEE Calculator is a composer library that calculates how much energy (calories) are burned daily given the weight, height and age or Lean Body Mass.
Stars: ✭ 16 (-85.32%)
Mutual labels:  health
cht-android
A native Android container for Community Health Toolkit (CHT) applications
Stars: ✭ 21 (-80.73%)
Mutual labels:  health
I-CTF-FWHIBBIT
Challenges source code
Stars: ✭ 41 (-62.39%)
Mutual labels:  writeup
drf tweaks
Extensions for Django Rest Framework
Stars: ✭ 77 (-29.36%)
Mutual labels:  django-rest-framework
django-rest-framework-datatables-editor
Seamless integration between Django REST framework, Datatables and Datatables Editor.
Stars: ✭ 25 (-77.06%)
Mutual labels:  django-rest-framework
ai web RISKOUT BTS
국방 리스크 관리 플랫폼 (🏅 국방부장관상/Minister of National Defense Award)
Stars: ✭ 18 (-83.49%)
Mutual labels:  django-rest-framework
react-health-check
Lightweight React hook for checking health of API services.
Stars: ✭ 28 (-74.31%)
Mutual labels:  health
school-navigator
Navigate the Durham, NC public school system
Stars: ✭ 25 (-77.06%)
Mutual labels:  django-rest-framework
repanier
Django extension : web tool for short circuit food supply
Stars: ✭ 18 (-83.49%)
Mutual labels:  django-rest-framework
drf ujson2
JSON parser and renderer using ujson for Django Rest Framework
Stars: ✭ 29 (-73.39%)
Mutual labels:  django-rest-framework
dr scaffold
scaffold django rest apis like a champion 🚀
Stars: ✭ 116 (+6.42%)
Mutual labels:  django-rest-framework
webtorrent-health
💚 Get health info about a webtorrent file or magnet link
Stars: ✭ 27 (-75.23%)
Mutual labels:  health
csf
ArmourBird CSF - Container Security Framework
Stars: ✭ 48 (-55.96%)
Mutual labels:  django-rest-framework
python-web-dev-21-2
Material for "Web Development in Python with Django" using Django 2.1, published as a Pearson LiveLesson on Safari Books Online
Stars: ✭ 38 (-65.14%)
Mutual labels:  django-rest-framework
timenaut
Desktop time tracking application for Windows, Mac and Linux that does not invade your privacy
Stars: ✭ 16 (-85.32%)
Mutual labels:  quantified-self

Code style: black CircleCI Python 3 .6 codebeat badge CookieCutter Coverage Status

Hi. This my personal repo I'm using to contain all my open source ideas. It serves as my justification to try out new ideas, but with an overengineered infrastructure and libraries to support scaling and doing things "my way".

If you're familiar with Django, this will be very similar. Unfortunately due to time constraints, I can't offer free support.

Table of Contents

https://betterself.io

  • BetterSelf - A dashboard that lets you track your body's health. Includes supplements and medications, sleep, food, activities and more! This is being actively worked on at the moment, but mobile apps should be coming (soon).

Overview

https://writeup.ai

Lots of Credit To ....

  • OpenAI for generating and releasing GPT-2 Medium
  • HuggingFace for making PyTorch extensions
  • Google Cloud Platform it's been a pleasure using GCP to host this
  • This is mostly open-sourced, but there is a separate private repo that handles all the deployments and the ML services. That was too hard to open-source without making my life too hard. But it's probably the easiest one to code - it only consists of a microservice and a web app hosting models.
  • I'll be releasing a huge writeup about how this was built on my blog.

What's Next

In the future, I'm expecting to move a lot of machine learning projects about health into this repo. In the upcoming month, as I move things over bit by bit, this will be home to

  • A drug discovery generator
  • A clinical trial analytics engine
  • More applied machine learning projects in health and medicine

Development

To start a local web server

1) mkdir -p .envs/local && touch .django
2) Add some random env_varibles in there
3) Run docker-compose -f local.ym up
4) Profit

To install pre-commit hooks

# probably be on a virtualenv where calling python results in py3+

1. pip install pre-commit
2. pre-commit install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].