Spaces:
Running
Running
metadata
title: Semantic Hunter
emoji: 😻
colorFrom: green
colorTo: blue
sdk: docker
pinned: false
short_description: Semantic Hunter Game
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Semantic Hunter (词猎人)
A semantic word guessing game using Hugging Face Transformers. The game chooses a random word, and players try to guess it based on semantic similarity.
How to Play
- The game selects a random word from the word list
- You try to guess the word
- After each guess, you get a semantic similarity percentage
- Try to find the secret word with the fewest guesses!
Deploy to Hugging Face Spaces
This application is configured to run on Hugging Face Spaces with Docker:
- Create a new Space on Hugging Face Spaces
- Select Docker as the SDK
- Link your GitHub repository or upload files directly
- The Space will automatically build and deploy your app
Development
To run the application locally:
pip install -r requirements.txt
python app.py
The application will be available at http://localhost:7860