Initial commit: AI topics static site

This commit is contained in:
2026-07-21 11:24:31 +03:00
commit 32a4b7f414
4 changed files with 220 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# ai-topics
A simple static HTML site providing a short overview of core Artificial
Intelligence topics: Machine Learning, Deep Learning, Natural Language
Processing, Computer Vision, and AI Ethics.
## Files
- `index.html` — the page content
- `styles.css` — the styling
## View locally
Just open `index.html` in your browser, or run a tiny static server:
```bash
python3 -m http.server 8000
```
Then visit http://localhost:8000.
## Publish
Push to Gitea and enable the repository's static site / Pages feature, or host
the files on any static hosting provider.