Deploy three projects using Streamlit
- Word Correction
- Object Detection
- Chatbot
- Python 3.7 or later
git clone https://github.com/your_username/streamlit-projects.git
cd streamlit-projects
pip install -r requirements.txt
1. Word Correction
streamlit run Scripts/word_correction.py
2. Object Detection
streamlit run Scripts/object_detection.py
3. Chatbot
streamlit run Scripts/chatbot.py