A discord bot that pulls the latest or most relevant research papers from arxiv.org

a discord bot that pulls the latest or most relevant research papers from arxiv.org invite link : Arxiver bot link works in progress pulling the most relevant paper : !best subcommand search-term subcommands summary : provides summary for the paper download : provides pdf download link for the paper pulling the most recent paper : !latest subcommand search-term subcommands summary : provides summary for the paper download : provides pdf download link for the paper GitHub View Github    

Read more

Script to remap minecraft 1.12 java classes

Script to remap minecraft 1.12 java classes. Usage You must have Python installed. You must have the script, mappings, and files / folders in the same directory. Run Script.py and it will begin to remap the files. Can I use this with other minecraft versions? Absolutely! If you replace the 1.12 mappings with another version and run the script, it can also remap other minecraft versions java classes. GitHub View Github    

Read more

A story bot that will scrape stories from r/stories subreddit and convert it into an Audio File

This is a story bot, that will scrape stories from r/stories subreddit and convert it into an Audio File. pip install -r requirements.txt to install all required Packages. First Run Reddit_Scraper.py. This will scrap 300 stories and save it into a json file. Also fill the client_id, client_secret and user_agent. Learn More. Then Run Script_Generator.py. This will take the Json file and select a random story from it and save it in a text file. Finally Run Podcast_Generator.py. This will […]

Read more

Convert json|dict to python object

convert json|dict to python object Setup Example from pyonize import pyonize def example(): deneme = pyonize({“id”:1,”name”:”bilal”,”job”:{“id”:1,”title”:”CTO”}}) print(type(deneme)) print(deneme.name) print(deneme.job) print(deneme.job.title) example() GitHub View Github    

Read more

API to establish connection between server and client

API to establish connection between server and client, socket.socket() creates a socket object that supports the context manager type, so you can use it in a with statement. There’s no need to call s.close(), bind() is used to associate the socket with a specific network interface and port number, listen() enables a server to accept() connections, the client is pretty simple. It creates a socket object, connects to the server and calls s.sendall() to send its message, Lastly, it calls […]

Read more

Modify the value and status of the records KoboToolbox

Modify the value and status of the records KoboToolbox. Modica el valor y status de los registros de KoboToolbox. Ante todo debes asegurarte de utilizar el servidor correcto en que se encuentra tu formulario, que puede ser: https://kobo.humanitarianresponse.info o https://kf.kobotoolbox.org/ ¿Cómo obtener el asset de un formulario Kobo? Para obtener el código del asset para la URL: (forma más simple) – Abrir la tabla de Datos del formulario – Tomar en la barra de dirección el código antes de la […]

Read more

Convert bitmap images to seeds for Tiny-83 NFT project

What is this? This tool allows you to convert any 14p high and 22p wide Bitmap (.bmp) to the seed needed for the Tiny-83 NFT project. Project Twitter: https://twitter.com/TINY83_nft Project Open Sea: https://opensea.io/collection/tiny-83 Minting Page: https://tiny-83.github.io/tiny-83/ My Twitter: https://twitter.com/shib_maximalist My Open Sea: https://opensea.io/shib_maximalist Usage Create an image with 22×14 pixels and save it as bitmap (.bmp). When you save it, set the coloer depth to 1-Bit. This way pixels will eithe rbe switched on or off (0|1). I used paint.net […]

Read more

Paddle2.x version AI-Writer

用魔改 GPT 生成网文。Tuned GPT for novel generation. 原作者github地址:https://github.com/BlinkDL/AI-Writer |–AI-Writer.gif |–AI-Writer.jpg |–convert_pytorch2paddle.py # 转换pytorch权重代码 |–LICENSE |–print_project_tree.py # 打印项目树状结构 |–README.md |–run.py # 命令行运行 |–server.jpg |–server.py # 开启服务 |–model | |–model_state.pdparams # 转换好的paddle权重文件 | |–xuanhuan-2021-10-26.json |

Read more

Out-of-Town Recommendation with Travel Intention Modeling (AAAI2021)

This is the official implementation of our AAAI’21 paper: Haoran Xin, Xinjiang Lu, Tong Xu, Hao Liu, Jingjing Gu, Dejing Dou, Hui Xiong, Out-of-Town Recommendation with Travel Intention Modeling, In Proceedings of the Thirty-Fifth AAAI Conference on Artificial Intelligence (AAAI’21), Online, 2021, 4529-4536. both PaddlePaddle and Pytorch versions are provided. PaddlePaddle: https://www.paddlepaddle.org.cn Pytorch: https://pytorch.org If you use our codes in your research, please cite: @inproceedings{xin2021out, title={Out-of-Town Recommendation with Travel Intention Modeling}, author={Xin, Haoran    

Read more

Iris species predictor app is used to classify iris species created using python’s scikit-learn, fastapi, numpy and joblib packages

Iris Species Predictor Iris species predictor app is used to classify iris species using their sepal length, sepal width, petal length and petal width created using python’s scikit-learn, fastapi, numpy and joblib packages. Dataset Description:- This famous (Fisher’s or Anderson’s) iris data set gives the measurements in centimeters of the variables sepal length and width and petal    

Read more
1 392 393 394 395 396 928