File size: 707 Bytes
f84f5f6
 
 
 
 
 
 
 
 
 
 
 
c8ce2ff
 
 
 
 
 
 
 
 
 
 
 
 
72b82eb
c8ce2ff
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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
```