By Meagan Olsen Omeed Halliban, Nick Wong, and Benjamin Wick
- Navigate to repo
- Clone the repo
git clone https://github.com/olsenme/SmartHashTags.git
- Open Key for Microosft Vision API here
- Open the project in Andorid Studio
"Open an existing Android Studio Project" - Navigate to app/src/main/java/com/example/android/smarthashtaggenerator/utils/NetworkUtils.java.
- Set MIC_VISION_APPID to the new API Key.
- Click "Run"
We used Java,sqLite,and Microsoft Computer Vision API.
- The user will be able to take a photo from within the app or choose a photo from their photo library.
- If they don't like the photo, they may go back and retake before the hashtags are generated.
- The image will be analyzed and tagged by Microsoft Computer Vision API.
- The tags will be formatted and displayed to the user.
- The user will be able to copy the hashtags to a social media post.
- The app will store the history of previously created hashtags in a sqLite database.
- The app will include a "Splash" screen with a simple graphic in the background and the name of the app.
- The splash screen will exit to the home page of the application automatically after a few seconds.