GigaFoto is an AI-powered image generation application that leverages React.js, Node.js, Tailwind CSS, and a custom scraping algorithm. It allows users to explore a diverse collection of images sourced from lexica.art.
- AI Image Generation: GigaFoto uses advanced AI algorithms to generate unique and creative images.
- Technologies Used: The project is built using React.js for the frontend, Node.js for the backend, and Tailwind CSS for styling.
- Image Scraping Algorithm: The application employs a custom scraping algorithm to fetch real images from lexica.art, ensuring a rich and dynamic image database.
- Node.js: Download and Install Node.js
- npm (Node Package Manager): Included with Node.js installation
-
Clone the repository:
git clone https://github.com/your-username/gigafoto.git
-
Navigate to the project directory:
cd gigafoto
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Open your browser and visit http://localhost:3000 to use GigaFoto.
Contributions are welcome! If you'd like to contribute to GigaFoto, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Commit your changes:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature-name
. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Special thanks to lexica.art for providing the real images used in GigaFoto.
- Hat tip to the open-source community for the amazing tools and libraries used in this project.