Idea: An App which is a social platform for all machine learning enthusiast where they can login and post things about machine learning and can read other's post. We will make a website which will help users to visualise machine learning algorithms like Linear Regression, Neural Networks, Image Segmentation etc.
- A social platform which will allow user to login via email.
- Users can post images and text.
- Users can read post of other users.
- Users can read about different machine learning algorithms from the best resources.
- Users can send message to other user.
- A fun ML section which will use ML-Kit and user will be able to use machine learning feature to classify images and many more.
Basically it will be social app encorporated with machine learning features.
- Visualisation of different machine learning models
- Live Examples to test
- Provide API's for the ML model
- Some cool Ml powered filters
- Powered by AWS Lambda Functions and Serverless
- Preprocessing of Data
- Install expo on mobile and login into that.
- Clone the project from the github using "git clone https://github.com/abhaykatheria/Hack36-fnatics.git"
- Now change the directory to the root folder. i.e "Hack36-fnatics/App"
- Now run command "npm install" to install all the dependencies.
- Now enable the USB Debugging of your mobile phone. (This can be achieved by enabling the developer mode)
- Now run command "npm start".
- Now will see and expo client server opened in your default browser.
- Connect your mobile via usb to the system.
- Install adb first onto your system and run command 'adb devices' to see whether your mobile is connected properly or not.
- Now go to the page on browser where expo client was opened.
- Change the portal from LAN to Local and then run on android or ios depending upon your device.
- This way app build will be successful.
- Go to the directory Website/OneMl of above cloned repo.
- Simply run " python manage.py runserver ".