A collection of computer vision tools that fits anywhere
Project description
Welcome to Polvo
from IPython.display import Markdown, Image
logo = Image(filename="../assets/polvo.png")
Markdown(f"""
this is ![](../assets/polvo.png)
"""
)
this is
{: height=“75px” width=“300px” style=“float:left; padding-right:10px” }
Markdown('![myimg](../assets/polvo.png){: height="75px" width="300px" style="float:left; padding-right:10px" }')
{: height=“75px” width=“300px” style=“float:left; padding-right:10px” }
Welcome to Polvo
Polvo is a collection of computer vision tools that I find helpful for my personal workflow. Maybe some can be helpful for you too!
</code></pre>
<p><img src="index_files/figure-gfm/cell-6-output-1.png" alt="" /></p>
<h2>Install</h2>
<p><code>pip install polvo</code></p>
<h2>How to use</h2>
<p>Fill me in please! Don’t forget code examples:</p>
<pre lang="python"><code>1+1
2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
polvo-0.1.5.tar.gz
(11.7 kB
view hashes)
Built Distribution
polvo-0.1.5-py3-none-any.whl
(14.3 kB
view hashes)