Find Your Best Memories
memorIA is a web application that allows users to search through their local photos using AI. With a simple and intuitive interface, users provide a text query and if needed a photo to find matched memories in their personal photo library.
- Semantic Search: Search your local photos by providing a descriptive text query.
- Personalized Search: Search your local photos by uploading a photo of you.
- Local Storage: Everything is processed locally, ensuring privacy and security.
To set up the memorIA web app on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/ayouboumani/memorIA.git cd memorIA
-
Install the required Python packages:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and navigate to
http://127.0.0.1:5000
.
- Enter the path of the folder containing your photos.
- (Optional) Select an input photo from your local storage.
- Provide a text query to describe your memory.
- Click the "Find Memories" button to see matched photos.
Contributions are welcome! If you have suggestions or improvements, please feel free to open an issue or submit a pull request.
- Thanks to the open-source community for providing libraries and tools that made this project possible.