Skip to content

capjamesg/image-map-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Map Maker

A web tool for generating image maps.

Demo

demo.mov

Installation

First, clone this project and install the required dependencies:

git clone https://github.com/capjamesg/image-map-maker
cd image-map-maker
git clone https://github.com/CASIA-IVA-Lab/FastSAM
cd FastSAM
pip3 install -e .
cd ../
mkdir assets/

Then, download the FastSAM weights and save them in the image-map-maker folder

To run the application, run:

python3 fs.py -i assets/894px-2024-132-iwc-dus-schedule-grid.jpeg

Where the -i argument is the name of the file you want to use. This file must be placed in the assets folder so it is accessible to the application.

Technologies Used

License

This project is licensed under an MIT license.

About

A tool to make image maps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published