Skip to content

pornhubcreatorking/tensor-works

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensor-works

Project: Geo Haversine

This repository implements Geo Haversine — distance computations. It includes:

  • Production-style source code under src/
  • Command-line interface (src/cli.py)
  • Unit tests under tests/
  • Documentation under docs/
  • Example data under examples/

Features

  • Clear module separation (algorithm.py, utils.py, cli.py)
  • Type hints & docstrings
  • Deterministic tests
  • Reproducible runs with fixed seeds (if applicable)

Quick Start

python -m pip install -r requirements.txt  # optional for some repos
python src/cli.py --help

Run Example

python src/cli.py run --example examples/sample.json

Testing

python -m pytest -q

Folder Structure

src/
  algorithm.py
  utils.py
  cli.py
tests/
  test_algorithm.py
docs/
  overview.md
examples/
  sample.json

Notes

  • This repo is generated for demo/education purposes but the code is fully runnable.
  • Extend algorithm.py and utils.py to fit your production needs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages