AI Course/week11_12_final_project/final_project_template/README.md

Course file

README.md

week11_12_final_project/final_project_template/README.md

Final Project Template

Objective

Give you a clean starting point for a small AI project that can be finished locally.

Tasks

  1. Read config.py.
  2. Inspect sample_data.txt.
  3. Run python main.py.
  4. Replace the TODO sections with your project logic.

Deliverables

  • One customized project idea
  • A working local script
  • Notes explaining what you changed from the template

Checkpoint Questions

  • What is your exact input?
  • What is your exact output?
  • Which part is rule-based and which part is AI-assisted?
  • What is the smallest version you can finish this week?