# Cdog **Repository Path**: viciousir/Cdog ## Basic Information - **Project Name**: Cdog - **Description**: A full-stack web application that supports image classification - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-15 - **Last Updated**: 2024-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README To download the data file, use the following link https://drive.google.com/file/d/1AE2NwyWjk17Z5EjNNNxXiRyEY9Q3p-Iw/view?usp=sharing https://drive.google.com/file/d/1rlqs6nTLSHhCjutRZE-j_tQShIp1zu2m/view?usp=sharing DataFiles is original downloaded from kaggle not my own ./model main.py uses the latest trained model directly without training network.py trains the model and save the result, adjust the setting urself cmodel.ipynb same thing, more easier to use for testing purpose ./backend contains python file run on flask as backend, support image classification and return the result as json data to frontend ./frontend contains js, css files, implemented using vue