Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mathiasmendozav/puertotextvision
- Owner: mathiasmendozav
- Created: 2024-07-09T20:12:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T04:44:20.000Z (3 months ago)
- Last Synced: 2024-08-24T04:09:53.902Z (3 months ago)
- Topics: computer-vision, deep-learning, flask, large-language-models, reactjs, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
---