https://github.com/dewanshrawat15/alfred
Alfred is a mobile app which helps predict different genres of TV Shows / Movies by just they're poster.
https://github.com/dewanshrawat15/alfred
Last synced: about 2 months ago
JSON representation
Alfred is a mobile app which helps predict different genres of TV Shows / Movies by just they're poster.
- Host: GitHub
- URL: https://github.com/dewanshrawat15/alfred
- Owner: dewanshrawat15
- License: mit
- Created: 2019-12-29T14:28:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T05:44:59.000Z (about 5 years ago)
- Last Synced: 2025-02-09T12:15:21.324Z (3 months ago)
- Language: Dart
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Alfred
Alfred is a mobile app which helps predict different genres of TV Shows / Movies by just they're poster.## Prerequisites
- Flutter installed on your machine
- An Android or iOS device
- An active internet connection## Getting Started
It's easy to get started. Just plug in your device, and follow these steps:
- If you use IDE's for flutter development
- Connect your device
- Build the application by the IDE you use for flutter development.
- Or run ``` flutter run --release ``` on your console to build the app.
- If you use terminal or CMD for flutter development
- Connect your device, navigate to the project directory.
- Run ``` flutter run --release ``` on your console
- If you want to just build the apk
- Run ``` flutter build apk --release ``` (for Android users)PS, if you face any issues anywhere please feel free to open up a thread. I would love to help you out as soon as possible.
# Known Issue
None as of now. Currently, I'm trying to add a section to show a log of scanned QR Codes. Feel free to open an issue if any!## Wanna Contribute ?
Aww, great. Just go through [CONTRIBUTING.MD](https://github.com/dewanshrawat15/Alfred/blob/master/CONTRIBUTING.md) once!# License
> The MIT License