Open Anandukc opened 3 months ago
This pull request contains solutions for the CountingChallenge task. The solutions are divided into AI and Non-AI methods, with all necessary scripts and requirements included.
Folder Structure: Anandu_KC/ ├── AI/ │ ├── predict.py │ ├── requirements.txt │ └── other relevant files └── Non_AI/ ├── app.py ├── requirements.txt └── other relevant files
Hi @Anandukc. Could you please clear out unwanted files (images, venv, etc)
Hi, i have cleared the unwanted files
This pull request contains solutions for the CountingChallenge task. The solutions are divided into AI and Non-AI methods, with all necessary scripts and requirements included.
Folder Structure: Anandu_KC/ ├── AI/ │ ├── predict.py │ ├── requirements.txt │ └── other relevant files └── Non_AI/ ├── app.py ├── requirements.txt └── other relevant files