Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/302ai/302_photo_restore
π¨π€ 302 AI Old Photo Restoration! πβ¨
https://github.com/302ai/302_photo_restore
302ai ai old-photo-restoration
Last synced: about 1 month ago
JSON representation
π¨π€ 302 AI Old Photo Restoration! πβ¨
- Host: GitHub
- URL: https://github.com/302ai/302_photo_restore
- Owner: 302ai
- License: gpl-3.0
- Created: 2024-10-31T11:59:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T12:14:21.000Z (2 months ago)
- Last Synced: 2024-10-31T13:17:30.299Z (2 months ago)
- Topics: 302ai, ai, old-photo-restoration
- Language: TypeScript
- Homepage: https://302.ai/tools/restoration/
- Size: 8.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π¬π€ Welcome to 302.AI's AI Old Photo Restoration! πβ¨
[δΈζ](README_zh.md) | [English](README.md) | [ζ₯ζ¬θͺ](README_ja.md)
This is the open-source version of the AI Old Photo Restoration from [302.AI](https://302.ai). You can directly log into 302.AI to use the online version with zero coding or base knowledge, or modify and deploy it according to your own needs.
## β¨ Introduction to 302.AI β¨
[302.AI](https://302.ai) is a pay-as-you-go AI application platform that solves the last-mile problem of AI in practice for users.
1. π§ It integrates the latest and most comprehensive AI capabilities and brands, including but not limited to language models, image models, sound models, and video models.
2. π Conducts deep application development on basic models, developing real AI products rather than simple chatbots.
3. π° Zero monthly fees, all functions are pay-as-you-go, fully open, achieving truly low threshold and high ceiling.
4. π Powerful management backend, aimed at teams and small to medium enterprises, managed by one person, used by many.
5. π All AI capabilities provide API access, and all tools are open-source for customization (ongoing).
6. π‘ Strong development team, launching 2-3 new applications every week, with daily product updates. Developers interested in joining are also welcome to contact us.## Project Features
1. π₯ **AI Old Photo Restoration**: Supports image upscaling, character enhancement, black and white coloring, and includes video generation from extended images.
2. π **Task Management**: Tasks support regeneration.
3. βοΈ **Multi-model Support**: Various models can be selected to generate videos.
4. π **History Records**: Save your creation history, no memory loss, can be downloaded anytime, anywhere.
5. π **Internationalization**: Supports multiple languages, currently Chinese, English, and Japanese.## Technology Stack
- Next.js 14 foundation framework
## Development & Deployment
1. Clone the project `git clone [email protected]:302ai/302_photo_restore.git`
2. Install dependencies `pnpm install`
3. Configure 302's API KEY reference .env.example
4. Run the project `pnpm dev`
5. Package and deploy `docker build -t photo-restore . && docker run -p 3000:3000 photo-restore`## Interface Preview
![pic-tool](docs/en/photo_restore.png)