DesignAi is a custom built Python web application powered by Flask. The application takes an input picture of your room and generates a newly designed version of it. It features Stripe integration for payment processing and leverages webhooks to update the backend database in real-time.
- Image Upload: Users can upload an image of their room for redesigning.
- Stripe Integration: Integrated Stripe for seamless payments.
- Real-time Updates: Webhooks keep the backend database up-to-date.
- Clone the repository
- Change into the directory
- Install the requirements
- Run the application
Open your web browser and go to http://127.0.0.1:5000/
Make sure to set your Stripe API keys before running the application.
To set up webhooks, refer to the official Stripe documentation.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.