Skip to content

πŸ’πŸ€– AI Web Tool: An advanced web app for real estate professionals. Upload property images to automatically generate descriptive ad text using React.js frontend and Flask backend.

Notifications You must be signed in to change notification settings

mathiasmendozav/PuertoTextVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


Puerto Madero Real Estate AI Web Tool πŸ’πŸ€–

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/mathiasmendozav/PuertoTextVision.git
    cd PuertoTextVision
  2. Install dependencies:

    • Backend (Python):
      pip install -r backend/requirements.txt
    • Frontend (Node.js/npm):
      cd frontend
      npm install
  3. 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.

Usage

  • Upload an image using the provided interface.
  • The tool will analyze the image and generate a text description suitable for advertisements.

Contributing

Contributions are welcome! Feel free to fork the repository and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

πŸ’πŸ€– AI Web Tool: An advanced web app for real estate professionals. Upload property images to automatically generate descriptive ad text using React.js frontend and Flask backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published