Final Project Template
Objective
Give you a clean starting point for a small AI project that can be finished locally.
Tasks
- Read
config.py.
- Inspect
sample_data.txt.
- Run
python main.py.
- 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?