-
Notifications
You must be signed in to change notification settings - Fork 25
Getting the credentials.
Right now there is no official way of accessing the Notion API but there is a little work-around to get your credentials. You need to have an account on Notion.so and need to be logged in your browser.
On to the chrome extension settings, you can get your needed token_v2! It is necessary for the Python server. (Hidden in the photo for obvious reasons) |
---|
![]() |
TokenV2 is updated automatically when it changes (it occurs when you log out of notion or it expires), so Notion AI My Mind should always work. ☻ You can also change it manually of course.
For AI Tagging you have two options:
Local TensorFlow image tagging: More GPU dependant but more privacy (*recommended)(will use cores of your server but the image will be processed locally)
Or you can create a free account at Clarifai and create an Application named whatever you want and get the API key.(*) .
*If you enter a Clarifai API key, Clarifai will be used. (Clarifai is cloud base, non gpu dependant, image is tagged on clarifai's servers) if you leave it blank it will use local TensorFlow (will use cores of your server but the image will be processed locally)
Made with ❤️ in Barcelona.
You can check other projects on my profile too, I would be very glad!