Add README.md#2
Conversation
Co-authored-by: AyeshW <35717171+AyeshW@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR adds a comprehensive README for the Flask-based document classification API server, documenting its endpoints, setup, architecture, model workflow, and testing.
Changes:
- Introduces high-level overview and feature list for the classifier server.
- Documents installation, required pickle assets, API endpoints (
/gen_category,/conf_category), and example requests/responses. - Describes the classifier architecture, retraining workflow via Jupyter notebook, and how to run the existing unit tests.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| git clone https://github.com/AyeshW/Classifer-Server.git | ||
| cd Classifer-Server |
There was a problem hiding this comment.
The repository name in the installation instructions is inconsistent with the project title: here it uses Classifer-Server while the header uses Classifier-Server. To avoid confusing users or causing git clone / cd commands to fail when copied, please standardize the spelling of the repository name across the README (likely to Classifier-Server).
| git clone https://github.com/AyeshW/Classifer-Server.git | |
| cd Classifer-Server | |
| git clone https://github.com/AyeshW/Classifier-Server.git | |
| cd Classifier-Server |
| ## Project Structure | ||
|
|
||
| ``` | ||
| Classifer-Server/ |
There was a problem hiding this comment.
The project structure block uses Classifer-Server/ for the root directory, which is inconsistent with the Classifier-Server project name used in the README header. Please align this directory name with the chosen canonical project name to prevent confusion when users mirror the suggested layout.
| Classifer-Server/ | |
| Classifier-Server/ |
Adds documentation for the Flask-based document classification API server.
Coverage
/gen_category,/conf_category) with JSON request/response examples and cURL snippetsClassifierclass withGeneralClassifierandConfidentialClassifiersubclassesExample API usage:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.