Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sohojoe
/
project_charles
like
2
Sleeping
App
Files
Files
Community
727aea4
project_charles
1 contributor
History:
91 commits
sohojoe
Assign MIT License
727aea4
about 1 year ago
.vscode
refactor - use app.py
over 1 year ago
__pycache__
add _safe_enqueue_text_to_speak
over 1 year ago
models
added vosk big but decided not to use it as its a little slow
over 1 year ago
prototypes
create prototype for is someone is there
over 1 year ago
sample_utils
add basic text to speech
over 1 year ago
tests
remove old files
about 1 year ago
.gitattributes
Safe
1.9 kB
track prototype folder as lfs
over 1 year ago
.gitignore
Safe
28 Bytes
prep to test on machine with gpu
over 1 year ago
LICENSE.txt
Safe
1.14 kB
Assign MIT License
about 1 year ago
README.md
Safe
1.45 kB
Update README.md
about 1 year ago
agent_response.py
Safe
638 Bytes
feature: agent response to help with debugging
over 1 year ago
agent_state_actor.py
Safe
834 Bytes
refactor: use more of a MDP style structure
about 1 year ago
app.py
Safe
5.28 kB
fix start up issues; should be more stable
about 1 year ago
charles_actor.py
Safe
11.2 kB
fix start up issues; should be more stable
about 1 year ago
chat_service.py
Safe
6.53 kB
Filter out termination indices that are not followed by whitespace or end of string
about 1 year ago
chunks.mp3
Safe
113 kB
4096 chunk sizes seams to be more robust
over 1 year ago
chunks.pkl
Safe
pickle
Pickle imports
No problematic imports detected
What is a pickle import?
117 kB
LFS
some debug code
over 1 year ago
clip_transform.py
Safe
2.39 kB
create prototype for is someone is there
over 1 year ago
environment.yml
Safe
462 Bytes
Update environment.yml
about 1 year ago
environment_state_actor.py
Safe
1.81 kB
refactor: use more of a MDP style structure
about 1 year ago
ffmpeg_converter_actor.py
Safe
2.06 kB
fix type issue
over 1 year ago
local_speaker_service.py
Safe
1.72 kB
refactor
over 1 year ago
packages.txt
Safe
61 Bytes
Update packages.txt
about 1 year ago
prototypes.pt
Safe
pickle
Detected Pickle imports (3)
"torch._utils._rebuild_tensor_v2"
,
"collections.OrderedDict"
,
"torch.FloatStorage"
What is a pickle import?
6.9 kB
LFS
refactor: use more of a MDP style structure
about 1 year ago
prototypes.py
Safe
3.26 kB
refactor: use more of a MDP style structure
about 1 year ago
requirements.txt
Safe
270 Bytes
fix version
about 1 year ago
respond_to_prompt_actor.py
Safe
7.54 kB
refactor: use more of a MDP style structure
about 1 year ago
speech_to_text_vosk_actor.py
Safe
2.43 kB
refactor - move ffmpeg_converter_actor to within respond_to_prompt_actor
over 1 year ago
streamlit_av_queue.py
Safe
4.62 kB
fix start up issues; should be more stable
about 1 year ago
text_to_speech_service.py
Safe
2.12 kB
feature: agent response to help with debugging
over 1 year ago
webrtc_av_queue_actor.py
Safe
1.88 kB
add missing async / await
over 1 year ago