YOUSEF2434 commited on
Commit
7e6820a
·
verified ·
1 Parent(s): 6e54bac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -2,4 +2,38 @@
2
  title: Computer Vision Lab
3
  sdk: docker
4
  app_port: 7860
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  title: Computer Vision Lab
3
  sdk: docker
4
  app_port: 7860
5
+ license: other
6
+ license_name: Mixed / third-party content (see Attribution)
7
  ---
8
+
9
+ # Computer Vision Lab
10
+
11
+ An interactive Computer Vision Lab for students to learn core computer vision ideas and try them in the browser.
12
+
13
+ ## What this Space is
14
+ This Space runs a web app (built with Node/Vite) that demonstrates computer vision concepts through small experiments and pages.
15
+
16
+ ## How to run locally
17
+ 1. Install Node.js (LTS recommended).
18
+ 2. In the project folder:
19
+ - `npm install`
20
+ - `npm run dev`
21
+ 3. Open the URL shown in your terminal (usually http://localhost:5173).
22
+
23
+ ## Deployment (Hugging Face Spaces)
24
+ This Space uses the Docker SDK and is configured via the YAML block at the top of this README (`sdk: docker`, `app_port: 7860`). [web:16][web:18]
25
+
26
+ ## Attribution & third‑party material (important)
27
+ This project includes ideas, snippets, and/or adapted components inspired by:
28
+ - CodePen projects by various authors (each Pen may have its own license/terms and required attribution).
29
+ - Google Developers documentation and examples.
30
+
31
+ I do not claim ownership of third‑party code, designs, or assets included in this repository. Where required by the original license/terms, attribution and license notices are provided in-repo (or should be added by the maintainer).
32
+
33
+ If you are an original author and want something credited differently (or removed), please open an issue with a link to the original work.
34
+
35
+ ## AI assistance disclosure
36
+ Some portions of this project may have been created or edited with AI assistance. Any third‑party content remains subject to its original license/terms.
37
+
38
+ ## License
39
+ Because this repository includes **mixed sources** (my code plus third‑party material with potentially different licenses/terms), the overall repository is marked as `license: other` and you should review the Attribution section and any included LICENSE/NOTICE files before reusing or redistributing. Hugging Face supports setting a custom/“other” license in the repo metadata. [web:27][web:21]