Giter Club home page Giter Club logo

Experiments

A collection of fun things I tried. A few ground rules for myself:

  • Each experiment should have it's own module under experiments
  • Each experiment should be well-documented on the blog
  • If possible, each experiment should be deployed so you can interact with it in the real world
  • Have fun ๐Ÿ™‚

Setup

This setup assumes you have conda installed. Find more info here about installing and setting up conda.

Replace {env name} below with your desired conda environment name.

  1. Create a conda environment for the app

    conda create -n {env name} python=3.12
  2. Activate the conda environment

    conda activate {env name}
  3. Install app dependencies

    pip install .
  4. Add your conda environment to your IDE

  5. Install pre-commit and commit-msg hooks for all projects

    pre-commit install --hook-type pre-commit --hook-type commit-msg

Contributing

Commit Messages

Commit messages must be in the format {emoji} {message}. Silly requirement? Maybe. But does it make GitHub look good? Definitely.

Standard emoji to start the commit message with are:

๐Ÿž: Bug fix
๐ŸŽ‰: Enhancement/feature
๐Ÿ“: Documentation
๐Ÿงช: Added or modified tests
๐Ÿงน: Maintenance (refactoring, fix typo, etc.)
๐Ÿ’พ: Development update

Fletcher Easton's Projects

asabe_paac_2019 icon asabe_paac_2019

The repository for Precision Agriculture and Automation Club, for the ASABE 2019 robotics competition.

csc-400-independent-study icon csc-400-independent-study

Most of the code I've created for the watermelon harvesting project. It's a big mess, but at least it exists somewhere that isn't my computer now.

fastapi-django icon fastapi-django

An unholy marriage between FastAPI and Django's ORM, with PostgreSQL as the database.

smartfarm icon smartfarm

A large repo of the entire SmartFarm project. All the newest libraries and such will be hosted on here.

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.