The marijuana industry is one of the fastest growing industries at the moment, with new strains and variants being created everyday. This application aims to be a companion app, containing information on over 7,500 strains.
All of the marijuana strain data was scraped from Allbud using BeautifulSoup4. The code for this can be found here. Each strain is then saved as a strain object, which are all stored in a list that is saved as a pickle file to preserve raw data. This data is then converted to a json file
- Lastly, there is a profile page that contains all of the users favorited strains and color preferences.
- One of the unique features of this app is how it allows the user to pick a theme color from over 56 colors.
- There are still a few updates needed to be made before the app is ready to hit the App Store. Here are some of the updates coming soon:
- Recent searches - The app will display recent searches made by the user
- BeautifulSoup4
- Flutter