Skip to content

Interact with massive embedding, text and image datasets in your web browser

Notifications You must be signed in to change notification settings

Mike100101100011/emu-nomic-fk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Interact with massive embedding, text and image datasets in your web browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Makefile 0.9%