update info
diff --git a/README.md b/README.md
index 3706438..b6dd62f 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,3 @@
-# Caravel User Project
+# Pre-Trained Neural Network for MNIST
 
-[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![UPRJ_CI](https://github.com/efabless/caravel_project_example/actions/workflows/user_project_ci.yml/badge.svg)](https://github.com/efabless/caravel_project_example/actions/workflows/user_project_ci.yml) [![Caravel Build](https://github.com/efabless/caravel_project_example/actions/workflows/caravel_build.yml/badge.svg)](https://github.com/efabless/caravel_project_example/actions/workflows/caravel_build.yml)
-
-| :exclamation: Important Note            |
-|-----------------------------------------|
-
-## Please fill in your project documentation in this README.md file 
-
-
-Refer to [README](docs/source/index.rst) for this sample project documentation. 
+This project implements a pre-trained neural network for hand-written digits from MNIST dataset.
\ No newline at end of file
diff --git a/info.yaml b/info.yaml
new file mode 100644
index 0000000..330786e
--- /dev/null
+++ b/info.yaml
@@ -0,0 +1,19 @@
+---
+project:
+  description: "Pre-Trained Neural Network for MNIST."
+  foundry: "SkyWater"
+  git_url: "https://github.com/efabless/caravel_project_example.git"
+  organization: ""
+  organization_url: ""
+  owner: "Sean Meng"
+  process: "SKY130"
+  project_name: "Caravel"
+  project_id: "00000000"
+  tags:
+    - "Open MPW"
+    - "Test Harness"
+  category: "Test Harness"
+  top_level_netlist: "caravel/verilog/gl/caravel.v"
+  user_level_netlist: "verilog/gl/user_project_wrapper.v"
+  version: "1.00"
+  cover_image: "docs/source/_static/caravel_harness.png"