- Simple web application that allow user to remove or find duplicate string from raw text!!
-
Install dependencies
pip install -r requirements.txt
-
Run the streamlit app
streamlit run app.py
Simple web application that allow user to remove or find duplicate string from raw text!!
PythonMIT