--- title: AIdea Server emoji: 🤖 colorFrom: indigo colorTo: blue sdk: docker pinned: false --- # AIdea Server A FastAPI server for notes generation and model integration, hosted on Hugging Face Spaces using Docker. # Clone this Space repository git clone https://huggingface.co/spaces/ATInc1/AIdea-Server # push your code ### Generate an Access Token Go to Hugging Face Settings → Access Tokens. Create a new token with Write permissions. Copy the token immediately — you won’t see it again. ``` git remote remove origin git remote add origin https://your-username:your-token@huggingface.co/spaces/ATInc1/AIdea-Server git add . git commit -m "your commit message" git push -u origin main ```