Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathiasmendozav/puertotextvision

🏢🤖 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.
https://github.com/mathiasmendozav/puertotextvision

computer-vision deep-learning flask large-language-models reactjs tailwindcss

Last synced: 11 days ago
JSON representation

🏢🤖 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.

Awesome Lists containing this project

README

        

---

# 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**:
```bash
git clone https://github.com/mathiasmendozav/PuertoTextVision.git
cd PuertoTextVision
```

2. **Install dependencies**:
- Backend (Python):
```bash
pip install -r backend/requirements.txt
```
- Frontend (Node.js/npm):
```bash
cd frontend
npm install
```

3. **Run the application**:
- Backend (Python):
```bash
cd backend
python app.py
```
- Frontend (React):
```bash
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](LICENSE) file for details.

---