milaan9 /
92_Python_Games
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
Loading repository data…
Ayyodeji / repository
This repository contains a Jupyter Notebook implementing a Virtual Assistant. The Virtual Assistant is capable of performing various tasks, such as answering questions, providing the current time, searching the web, playing music, opening applications, and more. The project utilizes speech recognition and text-to-speech conversion
This repository contains a Jupyter Notebook implementing a Virtual Assistant. The Virtual Assistant is capable of performing various tasks, such as answering questions, providing the current time, searching the web, playing music, opening applications, and more. The project utilizes speech recognition and text-to-speech conversion to interact with the user.
The Virtual Assistant Jupyter Notebook explores the functionalities of a virtual assistant. It utilizes the speech_recognition library to listen for voice commands, processes the commands using natural language processing techniques, and responds to the user through text-to-speech conversion. The assistant can perform tasks like providing the time, searching the web, playing music, opening applications, and more.
The project requires the following dependencies:
To use the Virtual Assistant, follow these steps:
Clone the github repository: git clone https://github.com/Ayyodeji/Virtual-Assistant.git cd Virtual-Assistant
Install the required dependencies:
Open the Jupyter Notebook:
jupyter notebook
Open the provided Jupyter Notebook Speech.ipynb.
Follow the instructions in the notebook to interact with the Virtual Assistant and perform various tasks.
Speech.ipynb: The Jupyter Notebook containing the code for the Virtual Assistant.requirements.txt: The file containing the required dependencies.Special thanks to the contributors and developers of the open-source libraries and frameworks used in this project.
Selected from shared topics, language and repository description—not editorial ratings.
milaan9 /
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
janblechschmidt /
This repository contains a number of Jupyter Notebooks illustrating different approaches to solve partial differential equations by means of neural networks using TensorFlow.
integrativebioinformatics /
This repository contains scNotebooks, a collection of interactive Jupyter and Google Colab notebooks designed to teach and practice single‑cell and spatial transcriptomics. The notebooks guide learners through the complete workflow from introductory steps and single‑cell pipelines to diverse analytical approaches, and FAIR and sharing data
dipanjanS /
This repository will contain the presentation and python jupyter notebooks for the DataHack Summit 2024 conference talk, Improving Real-world Retrieval Augmented Generation Systems, focusing on the key challenges and practical solutions of how to solve them
laxmimerit /
This repository contains implementations of Retrieval-Augmented Generation (RAG) in Jupyter notebooks. It includes examples of building chatbots with and without history, processing PDFs with RAG, and using DeepSeek models for local RAG and financial document analysis.
StephanRhode /
This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering