Remo is an innovative, web-based application focused on organizing, annotating, and visualizing Computer Vision datasets. It’s designed to efficiently manage images and foster collaboration within your team, ensuring seamless access to your datasets. Ready to take control of your image data? Let’s get started!
Features of Remo
- Integration from code: Visualize and browse images, predictions, and annotations effortlessly.
- FLEXIBILITY: Slice data without moving it around – create virtual train/test splits based on tags.
- Standardized Code Interface: Enjoy a consistent code interface across different tasks.
- Quick Annotation: Use our intuitive annotation tool designed for efficiency.
- Dataset Management: Centralized access to your data and immediate visualization of aggregated statistics.

Quick Installation Guide
Installing Remo is as easy as pie! Choose between Pip or Docker installation. Here’s how:
Pip Installation
- Ensure your environment is using Python 3.6 or higher. Then, run:
pip install remo - Initialize the configuration:
python -m remo_app init - To launch Remo, use:
python -m remo_app - To use Remo within Python, simply import it:
import remo
Docker Installation
- Download the docker-compose.yml file.
- Use the latest tag available from Docker Hub.
- Run the following command in the same directory as the downloaded file:
docker-compose up -d - Access Remo at: http://localhost:8123.

Understanding the Remo Python Library
The Remo Python library offers a functional approach to managing and utilizing your datasets. Imagine it as a library with various sections:
Analogy: Think of Remo as a well-organized library where each book represents an image in your dataset. You have a section for annotations, so if a book (image) has notes (annotations) written in the margins, you can quickly find and read those notes. With the API acting as the librarian, you can request specific books (images) or check out multiple books just by asking. The SDK is your library card, giving you access to all these resources.
Troubleshooting Installation Issues
If you encounter any hiccups during installation or usage, consider these solutions:
- Make sure your Python version is compatible (3.6+).
- Check if you have the required permissions to install packages.
- If using Docker, ensure Docker is running and you have sufficient resources allocated.
- Check network settings if unable to access the local server.
- For more insights, updates, or to collaborate on AI development projects, stay connected with fxis.ai.
What’s Next on the Horizon for Remo?
The team is continuously innovating! Upcoming features include:
- Enhanced integration with PyTorch.
- Improved functionality for splitting datasets for training and testing.
- Storing and inspecting model performance within Remo.
Get in Touch
If you have questions or issues, feel free to reach out through our discussion forum. Your feedback is crucial for refining Remo!
At fxis.ai, we believe that such advancements are crucial for the future of AI, as they enable more comprehensive and effective solutions. Our team is continually exploring new methodologies to push the envelope in artificial intelligence, ensuring that our clients benefit from the latest technological innovations.

