Metadata-Version: 2.1
Name: jina-now
Version: 0.0.3.dev43
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/160392052-69672e7f-2e4d-45ee-a617-4384256bb6e8.jpg" alt="Jina NOW logo: The data structure for unstructured data" width="300px">
        <br>
        
        <b>One line to host them all. Bootstrap your image search case in minutes.</b>
        </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>
        
        <!-- 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)
        
        ### Pip
        ```bash
        pip install jina-now
        ```
        In case you need sudo for running Docker, install and use jina-now using sudo as well.
        ### 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 
        - [ ] ...
        
        ## Examples
        
        ### Fashion
        
        Fine-tuned on category, gender and product variant
        <br>
        <img width="400" alt="image" src="https://user-images.githubusercontent.com/11627845/157079335-8f36fc73-d826-4c0a-b1f3-ed5d650a1af1.png">
        
        ### Chest X-Ray
        
        Fine-tuned on diagnoses given by doctors
        <br>
        <img src="https://user-images.githubusercontent.com/11627845/157067695-59851a77-5c43-4f68-80c4-403fec850776.png" width="400">
        
        ### NFT - bored apes
        
        Fine-tuned on the attributes of the Apes
        <br>
        <img src="https://user-images.githubusercontent.com/11627845/157019002-573cc101-e23b-4020-825c-f37ec66c6ccf.jpeg" width="400">
        
        ### Art
        
        Fine-tuned on the art genre
        <br>
        <img width="400" alt="image" src="https://user-images.githubusercontent.com/11627845/157074453-721c0f2d-3f7d-4839-b6ff-bbccbdba2e5f.png">
        
        ### Cars
        
        Color invariant fine-tuning on the car model
        <br>
        <img width="400" alt="image" src="https://user-images.githubusercontent.com/11627845/157081047-792df6bd-544d-420c-b180-df824c802e73.png">
        
        ### Street view
        
        Fine-tuned on country classification
        <br>
        <img width="400" alt="image" src="https://user-images.githubusercontent.com/11627845/157087532-46ae36a2-c97f-45d7-9c3e-c624dcf6dc46.png">
        
        ### Birds
        
        Fine-tuned on bird species
        <br>
        <img width="400" alt="image" src="https://user-images.githubusercontent.com/11627845/157069954-615a5cb6-dda0-4a2f-9442-ea807ad4a8d5.png">
        
        ### Now use your custom data :)
        
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
