sinhal commited on
Commit
6d7b6ac
·
verified ·
1 Parent(s): 3e88a61

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -4
README.md CHANGED
@@ -1,10 +1,27 @@
1
  ---
2
  title: SageCam
3
- emoji: 🌍
4
- colorFrom: red
5
- colorTo: pink
6
  sdk: docker
 
7
  pinned: false
 
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: SageCam
3
+ emoji: 🌸
4
+ colorFrom: pink
5
+ colorTo: purple
6
  sdk: docker
7
+ app_port: 7860
8
  pinned: false
9
+ variables:
10
+ MODEL_REPO_ID: sinhal/barbie-gguf
11
+ MODEL_FILENAME: barbie.gguf
12
  ---
13
 
14
+ # SageCam 🌸
15
+
16
+ An Omegle-style interactive web application where you can video chat with Sage, your fine-tuned obsessed girlfriend.
17
+
18
+ ## Features
19
+ - **Looping Video Feed**: Immersive video of Sage.
20
+ - **Curate Sage**: A control panel to customize her system prompt or shuffle personality traits.
21
+ - **Modern Chat UI**: Sleek chat bubbles (User is black, Sage is cute pink) with inline typing loading animations and smooth character-by-character text streaming.
22
+ - **Standalone Execution**: Runs entirely in python using `llama-cpp-python`, downloading the GGUF weights directly from Hugging Face Hub.
23
+
24
+ ## Deployment Setup
25
+ This Space is configured to run fully automatically! It will automatically download the GGUF model from the model repository specified in the `variables` section.
26
+ - **Model Repo**: `sinhal/barbie-gguf`
27
+ - **Model File**: `barbie.gguf`