Metadata-Version: 2.1
Name: jina-now
Version: 0.0.3.dev67
Summary: Jina NOW - get your neural search case up and running in minutes.
Home-page: https://github.com/jina-ai/now/
Author: Jina AI
Author-email: hello@jina.ai
License: Apache 2.0
Download-URL: https://github.com/jina-ai/now/tags
Project-URL: Documentation, https://docs.jina.ai
Project-URL: Source, https://github.com/jina-ai/now
Project-URL: Tracker, https://github.com/jina-ai/now/issues
Description: <p align="center">
        <img src="https://user-images.githubusercontent.com/11627845/164569571-ffe6167b-a3ad-47fd-96b5-15b736f60d67.svg" alt="Jina NOW logo: The data structure for unstructured data" width="300px">
        <br>
        One line to host them all. Bootstrap your image search case in minutes.
        </p>
        
        <p align=center>
        <a href="https://pypi.org/project/jina-now/"><img src="https://github.com/jina-ai/jina/blob/master/.github/badges/python-badge.svg?raw=true" alt="Python 3.7 3.8 3.9 3.10" title="Jina NOW supports Python 3.7 and above"></a>
        <a href="https://pypi.org/project/jina-now/"><img src="https://img.shields.io/pypi/v/jina-now?color=%23099cec&amp;label=PyPI&amp;logo=pypi&amp;logoColor=white" alt="PyPI"></a>
        </p>
        
        <p align="center">
        <img src="https://user-images.githubusercontent.com/11627845/164569398-5ef22a41-e2e1-438a-88a5-2ac43ad9426d.gif" alt="Jina NOW logo: The data structure for unstructured data" width="600px">
        
        
        
        <!-- start elevator-pitch -->
        NOW gives the world access to customized neural image search in just one line of code.
        Main features
        - 🐥 **Easy**: No engineering skills required
        - 🐎 **Fast**: Set up your search case within minutes
        - 🌈 **Quality**: If you provide labels to your documents, Jina NOW fine-tunes a model for you
        - 🌳 **Reliable**: We take care of the deployment and maintenance (coming soon)
        
        
        
        
        
        ### Installation
        
        ```bash
        pip install jina-now
        ```
        
        
        In case you need sudo for running Docker, install and use jina-now using sudo as well.
        
        #### Mac M1
        
        For the Mac M1 it is generally recommended using a conda environment as outlined in the [Jina documentation](https://docs.jina.ai/get-started/install/troubleshooting/#on-mac-m1).
        
        ### Usage
        ```bash
        jina now [start | stop] --data [<pushpullid> | <localpath> | <url>] --quality [medium | good | excellent] --cluster <k8s-cluster-name>
        ```
        
        ### quick start
        ```bash
        jina now start
        ```
        ### use cli parameters
        ```bash
        jina now start --quality medium --data /local/img/folder
        ```
        ### Cleanup
        ```bash
        jina now stop
        ```
        
        ### Requirements
        - `python 3.7`, `3.8` or `3.9`
        #### Local execution
        - `docker` installation
        - 10 GB assigned to docker
        - user must be permitted to run docker containers
        #### Google Cloud deployment
        - billing account enabled
        #### Jina Flow as a service
        - no further requirements (coming soon)
        
        ## Supported Modalities (more will be added)
        
        - [x] Text
        - [x] Image
        - [ ] Audio
        - [ ] Video
        - [ ] 3D mesh
        - [ ] PDF 
        - [ ] ...
        
        [![IMAGE ALT TEXT HERE](https://user-images.githubusercontent.com/11627845/164571632-0e6a6c39-0137-413b-8287-21fc34785665.png)](https://www.youtube.com/watch?v=1rvNakk5MNo)
        </p>
        <br>
          
        ## Examples
        
        ### Fashion
        <img width="400" alt="image" src="https://user-images.githubusercontent.com/11627845/157079335-8f36fc73-d826-4c0a-b1f3-ed5d650a1af1.png">
        
        ### Chest X-Ray
        <img src="https://user-images.githubusercontent.com/11627845/157067695-59851a77-5c43-4f68-80c4-403fec850776.png" width="400">
        
        ### NFT - bored apes
        <img src="https://user-images.githubusercontent.com/11627845/157019002-573cc101-e23b-4020-825c-f37ec66c6ccf.jpeg" width="400">
        
        ### Art
        <img width="400" alt="image" src="https://user-images.githubusercontent.com/11627845/157074453-721c0f2d-3f7d-4839-b6ff-bbccbdba2e5f.png">
        
        ### Cars
        <img width="400" alt="image" src="https://user-images.githubusercontent.com/11627845/157081047-792df6bd-544d-420c-b180-df824c802e73.png">
        
        ### Street view
        <img width="400" alt="image" src="https://user-images.githubusercontent.com/11627845/157087532-46ae36a2-c97f-45d7-9c3e-c624dcf6dc46.png">
        
        ### Birds
        <img width="400" alt="image" src="https://user-images.githubusercontent.com/11627845/157069954-615a5cb6-dda0-4a2f-9442-ea807ad4a8d5.png">
        
        ### Now use your custom data :)
        <!-- end elevator-pitch -->
        
Keywords: jina neural-search neural-network deep-learning now private data democratization
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
Provides-Extra: test
