# RedditBot-FastAI
**Repository Path**: delete_user/RedditBot-FastAI
## Basic Information
- **Project Name**: RedditBot-FastAI
- **Description**: This is the setup I used to create my Reddit Bot that attempts to classify images as NSFW or SFW. This could be used to create any type of image classifier though using FastAI.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-01-24
- **Last Updated**: 2021-10-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Create a reddit account!
- Signup for a reddit account.
- Select the "Are you a developer? Create an app button" Here.
- Give you program a name and a redirect URL(http://localhost).
- On the final screen note your client id and secret.
| Create Account | Access Developer | Name | ID and secret |
| --- | --- | --- | --- |
|
|
|
|
|
## Upload Data and Train your network.
- I chose to upload all of my data to Google Drive and train VIA Google Colab.
- The file I trained with on Colab is Train_Colab.ipynb
- After training you can download your PKL file and add it to the project.
## Running the Bot.
- To run the bot you will need to install Pytorch.
- Make sure you have a 64 bit version of Python I would recomend 3.6 or above.
- Install the rest of the dependencies using...
`pip install -r requirements.txt`
- Then run reddit_Post.py and enter your reddit credentials.
## Need more help?
- YouTube Clarity Coders
- Chat with me! Discord
