No project description provided
Project description
Panoptic
Panoptic is a tool for exploring and annotating large image corpora, using image analysis and machine learning tools to facilitate these tasks.
Since it requires deep learning libraries, it is recommended to use it with a computer with minimal computing capabilities.
Caution: Panoptic is still in active development and is currently a prototype, it is likely that you will encounter bugs, so we recommend to use this tool only for testing and not to rely on it for a substantial academic work.
Pip installation (WIP)
pip install panoptic
panoptic
Installation (development)
The following steps involve cloning the directory and are recommended for users who wish to have access to the development versions, or who wish to modify the code themselves in order to contribute.
Backend development only
To test and modify the backend operation, we provide an already built frontend in the backend html folder.
- go to the
panoptic-back
folder - to install the dependencies
python setup.py install
to simply use panopticpip install -e .
to developpip install -r requirements.txt
and you have to addpanoptic-back
to the PYTHON_PATH for developping purpose too
- run
python panoptic/main.py
Front and back development
- First of all, perform the installation steps of the backend
- go to the
panoptic-front
folder - Run
npm install
. - run
npm run dev
. - before running the backend the
PANOPTIC_ENV
environment variable should be set toDEV
in order to use the development frontend.
Windows install (coming soon)
Mac installation (coming soon)
Linux installation (coming soon)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for panoptic-0.3.0rc2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fda9534bb479ac63ed7ac72588a1d863c158773d73f2ae1cf52903f6b0d28a34 |
|
MD5 | bd3e7c3bcc6c9d80c31165fd51422fa3 |
|
BLAKE2b-256 | db05b2cc900e589cf890453b13034237b376275a598a8eeccb4b4981fb611a8a |