This project deploys 3 basic applications:
- Word correction with leveinhstein distance
- Object detection with DNN
- Chat box with Hugging face and deploy it on Streamlit
- Clone the respository:
git clone https://github.com/TrungKiencding/Word-correction-Object-detection-Chat-bot-using-Streamlit
cd Word-correction-Object-detection-Chat-box-using-Streamlit- Install the required dependencies:
pip install -r requirements.txtOnce everything is ready, you can launch the app by running:
streamlit run Word_Correction.pyOnce everything is ready, you can launch the app by running:
streamlit run Object_detection.pyOnce everything is ready, you can launch the app by running:
streamlit run Chatbot_with_huggingface.py