Welcome to the Puerto Madero Real Estate AI Web Tool repository! This tool assists real estate associates in generating text descriptions for advertisements based on provided images.
- Image Analysis: πΌοΈ Upload images to generate text descriptions.
- Text Generation: π Automatically generate ad text based on image content.
- React Frontend: βοΈ User-friendly interface built with React.js.
- Python Backend: π Flask backend for image processing and text generation.
-
Clone the repository:
git clone https://github.com/mathiasmendozav/PuertoTextVision.git cd PuertoTextVision
-
Install dependencies:
- Backend (Python):
pip install -r backend/requirements.txt
- Frontend (Node.js/npm):
cd frontend npm install
- Backend (Python):
-
Run the application:
- Backend (Python):
cd backend python app.py
- Frontend (React):
cd frontend npm start
Open your browser and go to
http://localhost:3000
to view the application. - Backend (Python):
- Upload an image using the provided interface.
- The tool will analyze the image and generate a text description suitable for advertisements.
Contributions are welcome! Feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.