● Developed an advanced chatbot system with natural, fluid conversations, leveraging NLU techniques and incorporating a the re-ranking mechanism for human-like content retrieval. ● Integrated feedback analysis to adapt conversations based on user mood, ensuring personalized and seamless transitions.
pip install -r requirement.txt
python -m spacy download en_core_web_lg
#Download SimpleWiki dump from WikiMedia website and place in root directory
python wikibot/wikibot_loader.py
streamlit run app.py