CyberFuture-2 - New version of CyberFuture
Uptades: -Voice & Text chat -App.py directly from the model.py file, not from the repository
Installation
- Clone the model:
git clone https://huggingface.co/SkillForge45/CyberFuture-2
- Install all requirements:
pip install fastapi torch transformers tqdm pyttsx3 datasets speech_recognition pydantic univorn typing
Usage
- Train the model:
python model.py
- Launch the server:
python app.py
- Parse chat from server:
curl -X POST "http://localhost:8000/chat/"
- Start chatting:
-H "Content-Type: multipart/form-data" \
-F "prompt=YOUR_QUESTION_HERE" \
-F "max_length=50" \
-F "use_voice=false" #for text chat
### .void
-H "Content-Type: multipart/form-data" \
-F "audio_file=@audio.wav" \
-F "max_length=50" \
-F "use_voice=true" #for voice chat
License
This model is licensed, see the "LICENSE" for more information
©2025 EidolonAI, "CyberFuture-2"
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for SkillForge45/CyberFuture-2
Base model
SkillForge45/CyberFuture-1