Skip to content

Doctor Fee Prediction" is a GitHub repository that scrapes data on doctors from Practo using Beautifulsoup and creates a table with details such as specialties, years of experience, and consultation fees.

License

Notifications You must be signed in to change notification settings

shashank297/Doctor-Fee-Prediction

Repository files navigation

Doctor fee prediction

Start Machine Learning project.

Software and account Requirement.

  1. Github Account
  2. VS Code IDE
  3. GIT cli
  4. GIT Documentation

Creating conda environment

conda create -p venv python==3.7 -y
conda activate venv/

OR

conda activate venv
pip install -r requirements.txt

To Add files to git

git add .

OR

git add <file_name>

Note: To ignore file or folder from git we can write name of file/folder in .gitignore file To check the git status

git status

To check all version maintained by git

git log

To create version/commit all changes by git

git commit -m "message"

To send version/changes to github

git push origin main

To check remote url

git remote -v

About

Doctor Fee Prediction" is a GitHub repository that scrapes data on doctors from Practo using Beautifulsoup and creates a table with details such as specialties, years of experience, and consultation fees.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages