- Recommendation features by ingredients
![image](https://private-user-images.githubusercontent.com/96538554/323234744-efbf6900-45c8-478b-82ac-13b637579774.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjUzNTQsIm5iZiI6MTczOTM2NTA1NCwicGF0aCI6Ii85NjUzODU1NC8zMjMyMzQ3NDQtZWZiZjY5MDAtNDVjOC00NzhiLTgyYWMtMTNiNjM3NTc5Nzc0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEyNTczNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJjZjk3YWI3M2ExOTc3ZDA5Njk1ZjA1ZTM1ZWYzODhmZDRiMjFhN2I0YTU1MTRiN2JhYTUzODYzYmZhNTE5MTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iIj2hSphFY8fSCUnU276InPbmZwETEzbF_mopFXurro)
-
Coding Conventions
- Indentation uses four spaces.
- Float two lines to distinguish between top-level functions and class declarations.
- Float a line to divide methods within a class.
- No more than 79 characters per line.
- The package name is all lowercase, and although not recommended, _ can be used.
- The module name must consist only of lowercase letters and ________________.
- The class name follows the CapWords convention.
- Variable names and function names use only lowercase letters and use __ for distinction.