Skip to content

ElinaZhang0721/DeepTarget-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeepTarget NLP Task 1

This is a project that combines a Java Spring Boot web application and a Python-based web scraper for data analysis.

Features

  • Java Spring Boot: NLP analysis, web application features.
  • Python Web Scraping: Scrapes health-related websites for data analysis.
  • Website: MedlinePlus Encyclopedia

How to Run

Java Spring Boot Application

  1. Install dependencies using Maven
  2. Install from pom.xml using mvn clean install.
  3. Run the Spring Boot application using mvn spring-boot:run.
  4. Access the local webpage using http://localhost:8080/input.

Python Web Scraper

  1. Install dependencies: pip install -r requirements.txt.
  2. Run the web scraper: python web.py - raw data collected on scraped_data.xlsx
  3. Data Analysis on Jupyter Notebook: stat.ipynb - cleaned data collected on cleaned_data.xlsx

Requirements

  • Java 11+
  • Maven
  • Python 3.7+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors