serengil /
deepface
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
97/100 healthLoading repository data…
breily / repository
a lightweight and simple python web framework
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
To start off:
from juno import *
@route('/')
def index(web):
return 'Juno says hi'
run()
Add some url handling:
@route('/hello/:name/')
def hello(web, name):
return 'Hello, %s' %name
Use a template:
@get('/hi_template/:name/')
def template_hi(web, name):
template('hello.html', name=name)
Build a model:
Person = model('Person', name='string')
p = Person(name='brian')
You can use easy_install:
easy_install Juno
Or pull from Github, and then do:
$ python setup.py install # As root
$ python
>>> import juno # Make sure everything worked
Optional Dependencies:
Selected from shared topics, language and repository description—not editorial ratings.
serengil /
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
97/100 healthalirezamika /
A Smart, Automatic, Fast and Lightweight Web Scraper for Python
92/100 healthmarshmallow-code /
A lightweight library for converting complex objects to and from simple Python datatypes.
arachnys /
Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
88/100 healthleokhoa /
Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python. It is fast, lightweight, easy-to-use and easy-to-extend.
76/100 healthModelTC /
LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance.
87/100 health