目录
[1 Full Stack Image Generator](#1 Full Stack Image Generator)
[1.1 Features](#1.1 Features)
[1.2 Technologies Used](#1.2 Technologies Used)
[1.3 Setup Instructions](#1.3 Setup Instructions)
[1.4 Contributing](#1.4 Contributing)
[1.5 Acknowledgements](#1.5 Acknowledgements)
- [Full Stack Image Generator](#Full Stack Image Generator)
This is a full-stack image generator built as a part of the Multiverse Backend Bootcamp project. The application uses React, Firebase, and the Hugging Face API to generate images based on user inputs.
If you are interested in checking out my project's wireframe.
- User-friendly interface to input custom parameters for generating images.
- Integration with Firebase authentication for secure user authentication.
- Utilizes the Hugging Face API to generate images based on user inputs.
- Allows users to save generated images to their profile for future reference.
- [Technologies Used](#Technologies Used)
- React: A JavaScript library for building user interfaces.
- Firebase: A comprehensive platform for building web and mobile applications, including authentication and database functionality.
- Hugging Face API: An API that provides access to a wide range of machine learning models, including image generation models.
- [Setup Instructions](#Setup Instructions)
Clone the repository:
git clone <https://github.com/rb-multiverse/imageGenerator.git\>
Install the required dependencies:
cd imageGen
npm install
Configure Firebase:
- Create a new Firebase project at https://console.firebase.google.com/.
- Retrieve your Firebase project configuration (apiKey, authDomain, etc.).
- Update the configuration in the src/firebase-config.js file.
- Obtain the Hugging Face API access token:
- Create an account on the Hugging Face website at https://huggingface.co/.
- Generate an API token from the account settings page.
- Update the API token in the src/firebase-config.js file.
Start the development server:
npm start
Open the application in your browser:
Contributions are welcome! If you find any bugs or want to enhance the features, please open an issue or submit a pull request.
- Multiverse - Backend Bootcamp project.
- React - JavaScript library for building user interfaces.
- Firebase - Platform for building web and mobile applications.
- Hugging Face - API for machine learning models.