Technical requirements
In this project, we will be using Python 3.7 or higher, as well as the following Python libraries:
pandas
(https://pandas.pydata.org/)NumPy
(https://numpy.org/)sklearn
(https://scikit-learn.org/stable/index.html)SQLAlchemy
(https://www.sqlalchemy.org/)TextBlob
(https://textblob.readthedocs.io/en/dev/)spaCy
(https://spacy.io/)nest-asyncio
(https://github.com/erdewit/nest_asyncio)python-telegram-bot
(https://python-telegram-bot.readthedocs.io/en/stable/)
All the examples, as well as the source code, used in this chapter, are available on our GitHub repository. You can access and download the code to follow along with the projects and customize them as needed. Visit the following link to explore the code repository for this chapter:
https://github.com/PacktPublishing/AI-Strategies-for-Web-Development/tree/main/ch9