Skip to content

In this project, a web app has been developed that runs in your own locale, which searches through the database when the data obtained by scraping the data is stored in the database and the search is made.

Notifications You must be signed in to change notification settings

berkay-c/data-scraping-and-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project topic

📍 About The Project

In this project, a web app has been developed that runs in your own locale, which searches through the database when the data obtained by scraping the data is stored in the database and the search is made.

Gif One

🔧 Built With

💻 Installation

Let's install Python-3

  $ sudo apt update
  $ sudo add-apt-repository ppa:deadsnakes/ppa
  $ sudo apt install python3.9

Then install pip using python3

  $ sudo apt update
  $ sudo apt install python3-pip

💻 Run Locally

Clone the project

 $ git clone https://github.com/berkay-c/data-scraping-and-web-app.git

Go to the project directory

 $  cd data-scraping-and-web-app

Install virtualenv and create venv

 $  sudo pip3 install virtualenv
 $  virturalenv venv

Activate venv

 $  source venv/bin/activate

Install requirements.txt

 $  cd data-scraping-and-web-app
 $  pip install -r requirements.txt

Run App.py

 $  streamlit run App.py

📸 Screenshots

1

2

3

4

5

6

7

🔗 Contact Me and Feedback

GitHub

linkedin

Gmail

License

MIT

About

In this project, a web app has been developed that runs in your own locale, which searches through the database when the data obtained by scraping the data is stored in the database and the search is made.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages