jeffshek / open

The most boring open source you've ever seen ....

Home Page:https://writeup.ai, https://betterself.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • 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

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

About

The most boring open source you've ever seen ....

https://writeup.ai, https://betterself.io

License:MIT License


Languages

Language:Python 97.8%Language:Shell 1.7%Language:Dockerfile 0.3%Language:SCSS 0.1%Language:CSS 0.0%Language:JavaScript 0.0%