You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this project one is capable of scraping the BBC News website for the latest updates on climate. The scraper functionality is packed in an ETL pipeline build on Prefect and Dask in order to scrape, transform (sentiment classification) and load the scraped news articles in a SQL Lite database.
Building a secure and scalable REST API using FastAPI, with OAuth2 (JWT) for authentication, SQLAlchemy for database management, and Pydantic for data validation. This project supports full CRUD operations with SQLite as the database and uses bcrypt for password hashing to ensure security.