Skip to content
/ folkAI Public

Classifying between two folk dance forms of India using Deep Learning

License

Notifications You must be signed in to change notification settings

ritog/folkAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folk.AI

Web App for Classifying Between Chhau and Kathakali- Two Folk Dance Forms of India Using Artificial Intelligence

[NOTE: After Heroku's pricing changes, this app is no longer hosted. ]

About

Chhau and Kathakali are two folk dance forms of India. They use very colorful and exotic costiumes for the dances.

chhau-dance Chhau Dance- Photo from Wikimedia Commons

kathakali-dance Kathakali Dance- Photo from Wikimedia Commons

How to Use This App

Go to folk-ai.herokuapp.com to use this web app. Upload an image of either Kathakali or Chhau dance, and this web app will predict the dance form using Artificial Intelligence.

Technology

This project uses fast.ai and PyTorch libraries. This is a project of Computer Vision using Convolutional Neural Network, specifically, a ResNet-34 model.

This project levarages transfer learning.

Requirements

This project uses older versions of PyTorch, torchvision and fastai library. See requirements.txt file more details.