A guide code to generate your ai profile picture
1
stars
38
commits
Python
primary language
Jul 24, 2024
updated

✨ Generate Your Custom GitHub Profile Picture! ✨
This project allows you to create an anime-style GitHub profile picture that reflects your personality and passion for coding. The image generation is done using a diffusion model pipeline and a text generation model to extend the prompts.
outputs_generated folder.Make sure you have the following software installed:
Clone the repository:
git clone https://github.com/EchoSingh/GitHub_Profile_Picture.git
cd ChatBot_WebProject
Install the required dependencies:
pip install -r requirements.txt
Run the Streamlit app:
streamlit run src/app.py
Open your web browser and navigate to the URL provided by Streamlit (usually http://localhost:8501).
Describe your GitHub profile picture and adjust the parameters as needed.
Click the "Generate Image" button to create your custom profile picture.
The generated image will be displayed and saved in the outputs_generated folder.
streamlittorchnumpydiffuserstransformersPillow📁 project/
├── 📂 src/
│ ├── 📄 app.py
│ ├── 📄 main.py
│ └── 📄 main_SDX.py
├── 📂 outputs_generated/
│ ├── 🖼️ adi.png
│ ├── 🖼️ more image (4 days ago)
│ ├── 🖼️ aditya_profile_pic.png (first commit, last week)
│ └── 🖼️ aditya_profile_pic_sdx_10.png (sdx_api, last week)
├── 📄 .gitignore
├── 📄 LICENSE
├── 📄 README.md
└── 📄 requirements.txt
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the Project:
Click on the Fork button at the top right corner of the repository page.
Create a Branch:
git checkout -b feature/AmazingFeature
Commit your Changes:
git commit -m 'Add some AmazingFeature'
Push to the Branch:
git push origin feature/AmazingFeature
Open a Pull Request:
Click on the New Pull Request button and provide details of your changes.
Distributed under the MIT License. See LICENSE for more information.
Made with ❤️ by Aditya
38 commits
Python
80.8%
CSS
19.2%
A guide code to generate your ai profile picture
1
stars
38
commits
Python
primary language
Jul 24, 2024
updated

✨ Generate Your Custom GitHub Profile Picture! ✨
This project allows you to create an anime-style GitHub profile picture that reflects your personality and passion for coding. The image generation is done using a diffusion model pipeline and a text generation model to extend the prompts.
outputs_generated folder.Make sure you have the following software installed:
Clone the repository:
git clone https://github.com/EchoSingh/GitHub_Profile_Picture.git
cd ChatBot_WebProject
Install the required dependencies:
pip install -r requirements.txt
Run the Streamlit app:
streamlit run src/app.py
Open your web browser and navigate to the URL provided by Streamlit (usually http://localhost:8501).
Describe your GitHub profile picture and adjust the parameters as needed.
Click the "Generate Image" button to create your custom profile picture.
The generated image will be displayed and saved in the outputs_generated folder.
streamlittorchnumpydiffuserstransformersPillow📁 project/
├── 📂 src/
│ ├── 📄 app.py
│ ├── 📄 main.py
│ └── 📄 main_SDX.py
├── 📂 outputs_generated/
│ ├── 🖼️ adi.png
│ ├── 🖼️ more image (4 days ago)
│ ├── 🖼️ aditya_profile_pic.png (first commit, last week)
│ └── 🖼️ aditya_profile_pic_sdx_10.png (sdx_api, last week)
├── 📄 .gitignore
├── 📄 LICENSE
├── 📄 README.md
└── 📄 requirements.txt
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the Project:
Click on the Fork button at the top right corner of the repository page.
Create a Branch:
git checkout -b feature/AmazingFeature
Commit your Changes:
git commit -m 'Add some AmazingFeature'
Push to the Branch:
git push origin feature/AmazingFeature
Open a Pull Request:
Click on the New Pull Request button and provide details of your changes.
Distributed under the MIT License. See LICENSE for more information.
Made with ❤️ by Aditya
38 commits
Python
80.8%
CSS
19.2%