vasanthfeb13 commited on
Commit
d802f0c
Β·
1 Parent(s): da5d605

Final submission: Add video with LFS and remove Twitter link

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. Dockerfile +30 -0
  3. README.md +8 -0
  4. demovideo.mp4 +3 -0
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
Dockerfile ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM python:3.10-slim
2
+
3
+ WORKDIR /app
4
+
5
+ # Install system dependencies
6
+ RUN apt-get update && apt-get install -y \
7
+ git \
8
+ curl \
9
+ wget \
10
+ vim \
11
+ && rm -rf /var/lib/apt/lists/*
12
+
13
+ # Copy requirements
14
+ COPY requirements.txt .
15
+ RUN pip install --no-cache-dir -r requirements.txt
16
+
17
+ # Copy source code
18
+ COPY . .
19
+
20
+ # Create a non-root user
21
+ RUN useradd -m -u 1000 user
22
+ USER user
23
+ ENV HOME=/home/user \
24
+ PATH=/home/user/.local/bin:$PATH
25
+
26
+ # Expose port 7860
27
+ EXPOSE 7860
28
+
29
+ # Start the application
30
+ CMD ["python", "app.py"]
README.md CHANGED
@@ -26,6 +26,14 @@ NACC transforms multiple computers into a unified intelligent network, controlla
26
 
27
  ---
28
 
 
 
 
 
 
 
 
 
29
  ## 🎯 HuggingFace Space Demo
30
 
31
  ### Quick Start
 
26
 
27
  ---
28
 
29
+ ### πŸŽ₯ **Demo & Social**
30
+
31
+ πŸ“Ί **[Watch Full Demo Video](demovideo.mp4)** - See NACC controlling Mac and Kali Linux in action!
32
+
33
+ πŸ’Ό **[LinkedIn Post](https://www.linkedin.com/posts/vasanthadithya-mundrathi-84a54031a_mcp-modelcontextprotocol-mcpbirthday-activity-7400561851106897920-0i1u?utm_source=share&utm_medium=member_desktop&rcm=ACoAAFDhpLoBNcrQ4qiK_sGt54NWi9Zd-0VanIM)** - Read about the journey and challenges
34
+
35
+ ---
36
+
37
  ## 🎯 HuggingFace Space Demo
38
 
39
  ### Quick Start
demovideo.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8589b8ece0e1b77edeb4cb1fa1ee82011cff472b750cb27790545ff605400655
3
+ size 108873895