Alexandros Popov commited on
Commit
90c3462
·
1 Parent(s): db5f393

added README.

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -10,5 +10,32 @@ pinned: false
10
  license: apache-2.0
11
  short_description: 'Time-travel with any image to any era '
12
  ---
 
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: apache-2.0
11
  short_description: 'Time-travel with any image to any era '
12
  ---
13
+ # Scene Rewind
14
 
15
+ Scene Rewind is a fun and interactive web application that allows you to transform any image into a scene from a different era. Whether you want to see what your favorite photo would look like in the 80s, the 50s, or even the medieval times, Scene Rewind makes it easy and fun.
16
+
17
+ ## Features
18
+
19
+ - **Era Transformation**: Upload any image and instantly see it transformed into a scene from a different era.
20
+ - **User-Friendly Interface**: Simple and intuitive interface that makes it easy for anyone to use.
21
+ - **Customizable Options**: Choose from a variety of eras and styles to get the perfect transformation.
22
+
23
+ ## Tools Used
24
+
25
+ - **OpenAISDK**: Used to build the react agent architecture
26
+ - **LangFuse**: Used to follow the results of the scripts
27
+ - **Replicate**: Used to create the images with "black-forest-labs/flux-kontext-pro"
28
+ - **SerpAPI**: To get better historical grounding
29
+ - **Gradio**: A powerful library for creating interactive web applications with minimal code.
30
+
31
+
32
+ ## How to Use
33
+
34
+ 1. **Upload an Image**: Click the upload button and select an image from your device.
35
+ 2. **Choose an Era**: Select the era you want to transform your image into.
36
+ 3. **Transform**: Click the transform button and see your image transformed into a scene from the chosen era.
37
+
38
+
39
+ ## License
40
+
41
+ This project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for more details.