https://github.com/rjohnpaul/food-classifier-app
A basic food detection app on Kotlin exclusively for android
https://github.com/rjohnpaul/food-classifier-app
Last synced: 3 months ago
JSON representation
A basic food detection app on Kotlin exclusively for android
- Host: GitHub
- URL: https://github.com/rjohnpaul/food-classifier-app
- Owner: RJohnPaul
- Created: 2024-01-28T10:59:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-28T17:02:07.000Z (over 1 year ago)
- Last Synced: 2025-01-20T07:44:02.695Z (5 months ago)
- Language: JavaScript
- Homepage: https://base-detect.vercel.app/
- Size: 18.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base Detect App Landing Page
Welcome to the landing page repository for the Base Detect App! This landing page is built using [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), and JavaScript. The Base Detect App is an Android application created in Kotlin, utilizing a basic TensorFlow Lite model to classify various foods.
## 🚀 Features
- **Download APK Button:** Easily download the Android APK file for the Base Detect App.
- **Next.js and Tailwind CSS:** Modern and responsive design for an enhanced user experience.
- **JavaScript:** Interactivity to improve user engagement.## 🚀 Live Deployment
-**Live Link -**[Demo](https://base-detect.vercel.app/)## 🛠️ Technologies Used
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)## 🚀 Getting Started
1. **Clone the Repository:**
```bash
git clone https://github.com/RJohnPaul/food-classifier-app.git
```2. **Navigate to the Project Directory:**
```bash
cd food-classifier-app
```3. **Install Dependencies:**
```bash
npm install
```4. **Run the Development Server:**
```bash
npm run dev
```5. **Open Your Browser:**
Visit [http://localhost:3000](http://localhost:3000) to view the Base Detect App landing page.## 📝 Usage
- Customize the content in `pages/index.js` to match your app's details.
- Replace the APK file in the `public` directory with the latest version of your Base Detect App.## 📂 Resources
- [Kotlin](https://kotlinlang.org/)
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)## 📝 License
This project is licensed under the [MIT License](LICENSE).
---