Skip to content

Instantly share code, notes, and snippets.

View vianho's full-sized avatar
🦕
meow

vian vianho

🦕
meow
View GitHub Profile
@azagniotov
azagniotov / beautiful.rest.api.docs.in.markdown.md
Last active July 22, 2024 18:34
Example to create beautiful REST API docs in Markdown, inspired by Swagger API docs.
@ipmb
ipmb / settings.py
Last active June 27, 2024 18:15
Django logging example
import logging.config
import os
from django.utils.log import DEFAULT_LOGGING
# Disable Django's logging setup
LOGGING_CONFIG = None
LOGLEVEL = os.environ.get('LOGLEVEL', 'info').upper()
logging.config.dictConfig({
@shagunsodhani
shagunsodhani / A Roadmap towards Machine Intelligence.md
Created November 6, 2016 19:09
Summary of "A Roadmap towards Machine Intelligence" paper

A Roadmap towards Machine Intelligence

Introduction

  • The paper presents some general characteristics that intelligent machines should possess and a roadmap to develop such intelligent machines in small, realistic steps.
  • Link to the paper

Ability to Communicate

  • The intelligent agents should be able to communicate with humans, preferably using language as the medium.