gemini-chatbot/ ├── app/ │ ├── __init__.py # Flask app factory │ ├── routes/ │ │ ├── chat.py # Chat API endpoints │ │ ├── conversations.py # Conversation CRUD │ │ └── files.py # File upload & ...
crop-detection/ ├── backend/ │ ├── app.py # Flask main application │ ├── models/ # AI models for disease detection │ ├── api/ # API routes │ ├── database/ # Database models and migrations │ ├── utils/ ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results