bgwebagency / restoreportraits.com

Restore old and blurry face photos with AI for free.

Home Page:https://www.restoreportraits.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bringing Old Photos Back to Life with AI. Free of charge!

Feel free to reach us on our social platforms! 😊
YouTube || Discord || Instagram || Twitter || TikTok || Blog || Facebook

🙏 Support

Please ⭐️ star this project and share it with others to show your support. Follow me ❤️ for updates on future projects and tutorials!


Tutorial

Demo

Getting Started

  1. Fork the project: Click the "Fork" button at the top-right corner of the project's GitHub page to create a copy of the repository under your own GitHub account.

  2. Clone the forked repository: Open your terminal and navigate to the desired directory. Use the following command to clone the repository to your local machine:

    git clone https://github.com/yourGitHubUsername/restoreportraits.com
    • Replace the yourGitHubUsername with your username
  3. Install Dependencies:

    npm install
  4. Run the project:

    npm run dev
    • Check in the localhost if it's working

  5. Create a new branch using the command:

    git branch newBanchName
    • Try to use a specific name for example: issue36-button-color-change

  6. Change to the new branch:

    git checkout newBranchName
  7. Make the modifications.

    Make the code modifications and test it.

  8. Make a commit

    git add .
    git commit -m "your comment"
    • Please make a meaningful comment like: "I change the color of the button submit"

    git push origin newBranchName

About

Restore old and blurry face photos with AI for free.

https://www.restoreportraits.com/

License:MIT License


Languages

Language:TypeScript 85.3%Language:JavaScript 9.4%Language:Dockerfile 3.4%Language:CSS 1.8%