Skip to content

cheekushivam/SlumDunk-Hackathon-TCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Book Information Chatbot with Exploratory Data Analysis on the Scraped Data from website

  • Website Used for Scraping : http://fbookshelf.herokuapp.com/
  • Scraped Data file : scraping_hackathon_dataFinal.csv
  • Libraries Used : beautifulsoap4, pandas, numpy, matplotlib
  • Frameworks Used : RASA(For Chatbot), Django(For REST API)

Binder link to open notebook in cloud

Changes need to be done in some cells

  1. Replace Encoding from 'windows-1252' to 'utf-8'
  2. Changes during conversion i.e replace

maxVotedSet.NumbeofVotes = maxVotedSet.NumbeofVotes.replace({',': ''}, regex=True) => maxVotedSet.NumbeofVotes = maxVotedSet.NumbeofVotes.replace(',', '', regex=True)

pagesSet.NumberofPages = pagesSet.NumberofPages.replace({None:0.0}, regex=True) => pagesSet.NumberofPages = pagesSet.NumberofPages.replace('None',0.0, regex=True)

Releases

No releases published

Packages

No packages published