Giter Site home page Giter Site logo

techventurebuilder / nomic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nomic-ai/nomic

0.0 0.0 0.0 17.37 MB

Interact with Massive Embedding and Text Datasets in Your Web Browser

Home Page: https://atlas.nomic.ai

Python 98.92% Makefile 1.08%

nomic's Introduction

Atlas

Explore, label, search and share massive datasets in your web browser.

πŸ“• Atlas Python Client Documentation

πŸ›– Discord

Example Maps

πŸ—ΊοΈ Map of Twitter (5.4 million tweets)

πŸ—ΊοΈ Map of StableDiffusion Generations (6.4 million images)

πŸ—ΊοΈ Map of NeurIPS Proceedings (16,623 abstracts)

Quickstart

Install the Nomic client with:

pip install nomic

Login/create your Nomic account:

nomic login

Follow the instructions to obtain your access token. Enter your access token with:

nomic login [token]

Make your first map:

from nomic import atlas
import numpy as np

num_embeddings = 10000
embeddings = np.random.rand(num_embeddings, 256)

response = atlas.map_embeddings(embeddings=embeddings)
print(response)

Explore Atlas' documentation to make more advanced maps.

nomic's People

Contributors

andriymulyar avatar bstadt avatar bmschmidt avatar yuvanesh-ux avatar davidnmora avatar

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.