/Videodub.ai-Assignment

This is a python code to scrape recommended AI names data based on our saved AI's

Primary LanguageJupyter NotebookMIT LicenseMIT

Web Scraping Task

This python code scrapes the user recommended data using selenium web driver and beautifulsoup

Tools Used

  1. Selenium
  2. Beautiful Soup
  3. pandas
  4. numpy

How to run?

STEPS:

Clone the repository

https://github.com/rachitdani/Videodub.ai-Assignment.git

STEP 01- Create a conda environment after opening the repository

conda create -n newenv python=3.8 -y
conda activate newenv

STEP 02- install the requirements

pip install -r requirements.txt
# Run the jupyter notebook file
videodub.ai assignment.ipynb

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these following steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m 'Description of your changes'.
  4. Push your changes to your fork: git push origin feature-name.
  5. Create a pull request on the original repository.