• Stars
    star
    116
  • Rank 298,166 (Top 6 %)
  • Language
  • Created over 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A curated list of awesome resources we use at Tryolabs

Awesome Tryo

A curated list of books, libraries, apps and papers we love at Tryolabs. We work with blazing startups and help them build complex projects using Python, NLP & Machine Learning.

Overview

We create amazing Internet & Mobile products for blazing startups. We combine the Python ecosystem with Machine Learning and Natural Language Processing technologies to create heavy backend apps with artificial intelligence components. We follow agile methodologies in order to develop MVPs and full products the lean way.

Development Tools

Python

virtualenv and virtualenvwrapper

A very useful development tool that lets us create isolated Python environments for every project, isolating the set of libraries used in the project from the system.

iOS

cocoapods

Package manager for iOS projects. Handle the setup and update of XCode projects to speed up the integration of new components.

nomad

CLI for iOS projects. Has various tools to perform common task from the command line (ex: generate, sign and ditribute OTA an ipa)

Other

Vagrant

Vagrant is a tool for creating isolated, reproducible development environments using virtual machines. It is usually used with VirtualBox, but supports VMWare and other virtualization systems.

Docker

Docker is a tool for creating and managing software containers.

Metamon

Metamon is a tool to automatically set up an isolated execution environment for Django applications.

Source Control

Just use git. A good resource is the Pro Git book by Scott Chacon, and GitHub's help site.

Editors and IDEs

Standards and Conventions

The PEP8 is the definitive reference for Python coding style. The pep8 package can be used to scan code and find parts that don't conform to the PEP8 standard.

With Emacs, the emacs-pep8 package can be used to run the pep8.py script.

Deploying

We use Ansible for all our deployment and server orchestration tasks.

Databases

Relational

Just use Postgres. It's not just a database, it's a complete "relational database framework" that provides full-text search, GIS and extensive documentation of every knob and lever.

NoSQL

Are you sure Postgres can't do what you want?

Document

Key-Value

Graph

Libraries

Machine Learning

Web

Books

This list of books represents, in our opinion, a good balance between theory and practice. We don't expect everyone to read all of these, rather, they should take a few books from this common list.

Machine Learning

Information Retrieval

Computer Vision

Scala

Software Architecture

Programming Language

Papers

Information Retrieval

General

Web Design

Aggregators

Icons

Libraries and Resources

Tech Stack

First things first: Machines are meant to be identical. Ansible provisions your local Vagrant box the same way it provisions a server. This way the production environment is the same as the development one, and we avoid hard to find bugs while being fairly certain that if something works in dev, it will work in prod.

Specifically, machines look like this:

  • The application is run inside a virtualenv, even if it's the only application in the server. This makes it easy to add other applications should the need arise, for instance, you might want to run an IPython Notebook server with a Notebook that provides some analytics and charts of the data in your database, without contaminating the app's environment with IPython's dependencies.

  • Nginx is used as a reverse proxy, sending requests from the Internet to the Django server and responses the other way around. Nginx can take care of load balancing, caching, HTTP acceleration and some degree of security.

  • Supervisor is used to keep the actual application server running, as well as running other scripts or processes. Every process is logged to disk for debugging.

  • Postgres is the database, of course.

Our tech stack looks roughly like this on most projects:

Stack

This is, of course, an approximation. Some projects use NoSQL databases in addition to relational ones, others use other things like message queues, some use specific tools like Varnish instead of Nginx for HTTP acceleration.

More Repositories

1

luminoth

Deep Learning toolkit for Computer Vision.
Python
2,398
star
2

norfair

Lightweight Python library for adding real-time multi-object tracking to any detector.
Python
2,335
star
3

requestium

Integration layer between Requests and Selenium for automation of web actions.
Python
1,821
star
4

metamon

Collection of Ansible playbooks to quickly start your Django Application
Shell
340
star
5

fetch-it

An enhanced HTTP client based on fetch.
JavaScript
237
star
6

TLSphinx

Swift wrapper around Pocketsphinx
C++
156
star
7

aws-workshop

Learn to deploy real applications in a scalable way, using Amazon Web Services.
Python
152
star
8

react-examples

Examples of using React
JavaScript
131
star
9

TLMetaResolver

TLMetaResolver is an extension to UIWebView written in Swift that adds the ability to parse the meta tags in the loaded web page
Swift
80
star
10

django-kitsune

Host server monitoring app for Django Admin. Allows to schedule checks on hosts and notify results to administrators by mail.
Python
66
star
11

taggerine

Annotation tool for images
JavaScript
64
star
12

TLAnimatedSegue

Segue for present controllers with custom animations.
Objective-C
58
star
13

daywatch

E-commerce scraping and analytics platform.
Python
53
star
14

graphql-parser

GraphQL parser for Python
Python
48
star
15

django-tastypie-extendedmodelresource

An extension for TastyPie's ModelResource, to allow features such as easily having multiple nested resources.
Python
44
star
16

stable-diffusion-dreambooth

A notebook containing code to train your own Dreambooth model using Stable Diffusion.
Jupyter Notebook
43
star
17

nginx-docker

Based on official nginx Docker image and h5bp, with templating and custom intialization script support
Shell
38
star
18

soccer-video-analytics

Demo on how to compute soccer ball possession automatically using AI.
Python
37
star
19

vierjavibot

JavaScript
30
star
20

libreQDA

JavaScript
29
star
21

TLFormView

A universal iOS form
Objective-C
25
star
22

object-detection-workshop

Learn the inners of object detection with Deep Learning by understanding Faster R-CNN model, and how to use Luminoth to solve real-world problems.
Jupyter Notebook
25
star
23

lambda-mailer

Uses AWS lambda to create a serverless endpoint for processing a contact form.
Python
24
star
24

social-media-scraper

Scrapes social media handles out of websites.
JavaScript
17
star
25

nvd3-tags

Declarative NVD3 charts
JavaScript
13
star
26

python-simple-getty

Python
8
star
27

norfair-ros

ROS package for multi-object tracking using Norfair.
Python
8
star
28

causal_inference

Measure the impact of an intervention in a time series, using different sources as references.
Python
6
star
29

jimbot

CoffeeScript
5
star
30

fashion-assistant

Jupyter Notebook
5
star
31

khipu-2023

4
star
32

norfair-ros-dev

Full ROS environment combining different nodes for object detection and tracking using Norfair.
Python
3
star
33

dvc-template

A template repository for projects using DVC
Python
3
star
34

squat-wars

Squat counter game featured at Khipu 2023 running on a Raspberry Pi 4 together with a Coral TPU
Python
2
star
35

TryoCoQA

A Conversational Question Answering dataset for Tryolabs' blog posts.
2
star
36

cookiecutter-django-docker

Python
2
star
37

temporian-examples

2
star
38

python-workshop

Code for the Python workshop on building the snake game using pygame.
Python
1
star