Giter Site home page Giter Site logo

yogapose's Introduction

yogapose

Yoga pose web app with user accounts

  • requirements.txt: This has been generated by pip freeze > requirements.txt. mod_wsgi needs to be installed additionally with pip install mod_wsgi (doesn't get included/installedautomatically for some reason)

  • robots.txt: Standard robots.txt file for Google's bots

  • run.py: This create's the flask app

  • yogapose/: This folder contains the source code for the flask app

  • yogapose.wsgi: This is the wsgi script needed for the apache webserver's configuration file. Before going live, the flask app can be tested by running this script file with mod_wsgi-express start-server yogapose.wsgi

  • inference.py: Needed for fastai's load_learner to work properly (user-defined functions like get_x and get_y will be imported from here)

Package structure:

YogaPose
├── README.md
├── inference.py
├── requirements.txt
├── robots.txt
├── run.py
├── tree.txt
├── yogapose
│   ├── __init__.py
│   ├── config.py
│   ├── errors
│   │   ├── __init__.py
│   │   └── handlers.py
│   ├── main
│   │   ├── __init__.py
│   │   └── routes.py
│   ├── models.py
│   ├── pkls
│   │   └── y82-resnet18-multi.pkl
│   ├── posts
│   │   ├── __init__.py
│   │   ├── forms.py
│   │   └── routes.py
│   ├── site.db
│   ├── static
│   │   ├── main.css
│   │   └── posted_pics
│   ├── templates
│   │   ├── about.html
│   │   ├── account.html
│   │   ├── errors
│   │   │   ├── 403.html
│   │   │   ├── 404.html
│   │   │   ├── 413.html
│   │   │   └── 500.html
│   │   ├── home.html
│   │   ├── impressum.html
│   │   ├── layout.html
│   │   ├── login.html
│   │   ├── post.html
│   │   ├── privacy_policy.html
│   │   ├── register.html
│   │   ├── reset_request.html
│   │   ├── reset_token.html
│   │   ├── terms_of_service.html
│   │   ├── update_post.html
│   │   └── user_posts.html
│   └── users
│       ├── __init__.py
│       ├── forms.py
│       ├── routes.py
│       └── utils.py
└── yogapose.wsgi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.