An open API service indexing awesome lists of open source software.

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

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).

---