Search Results for "pyscripter python 2" - Page 18

Showing 2641 open source projects for "pyscripter python 2"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    GPT-2 FR

    GPT-2 FR

    GPT-2 French demo | Démo française de GPT-2

    OpenAI GPT-2 model trained on four different datasets in French. Books in French, French film scripts, reports of parliamentary debates, Tweet by Emmanuel Macron, allowing to generate text. Tensorflow and gpt-2-simple are required in order to fine-tune GPT-2. Create an environment then install the two packages pip install tensorflow==1.14 gpt-2-simple. A script and a notebook are available in the src folder to fine-tune GPT-2 on your own datasets. The output of each workout, i.e. the folder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ombakwarna

    ombakwarna

    Spreadsheet based graphical and analysis software

    OmbakWarna is a spreadsheet based graphical analysis software utilizing numpy and matplotlib as analysis and graphic tools. Its design is inspired by IgorPro software. It is licensed under GNU General Public License, version 2. This is still works in progress. Some widgets are without functionality. There is no manual yet, but a few videos were uploaded to the files section showing simple tutorials for some plotting capabilities. The videos are also available in youtube: https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    LINARP - Linarp Is Not A Rietveld Program; Software for the analysis of crystallographic data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Open Drug Discovery Toolkit (ODDT)

    Open Drug Discovery Toolkit (ODDT)

    Modular and comprehensive toolkit for use in cheminformatics

    Open Drug Discovery Toolkit (ODDT) is modular and comprehensive toolkit for use in cheminformatics, molecular modeling etc. ODDT is written in Python, and makes extensive use of Numpy/Scipy. You can use any supported toolkit united under common API (for reference see Pybel or Cinfony). All methods and software based on Pybel/Cinfony should be drop-in compatible with ODDT toolkits. In contrast to its predecessors, which were aimed to have minimalistic API, ODDT introduces extended methods...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5
    GROWbox Supervisor System (GROWSS)

    GROWbox Supervisor System (GROWSS)

    Automated Plant Environment Growing System using Raspberry Pi

    ... environmental factors, temp & humidity. The environmental values are saved to the local storage every 15 minutes and when an alarm is present. Hi & low values are also saved. The LEDs on the case & the mobile application indicate if there is a high/low temp alarm, hi/low humidity alarm, soil moisture alarm, or smoke alarm. A speaker (buzzer) is activated on the case if there is a smoke alarm. 2 other LEDs indicate if either the exhaust fan is on or if the humidifier is on.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    WhatWaf?

    WhatWaf?

    Detect and bypass web application firewalls and protection systems

    WhatWaf is an advanced firewall detection tool who's goal is to give you the idea of "There's a WAF?". WhatWaf works by detecting a firewall on a web application and attempting to detect a bypass (or two) for said firewall, on the specified target.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Texar

    Texar

    Toolkit for Machine Learning, Natural Language Processing

    ... is maintained by Petuum Open Source. Two Versions, (Mostly) Same Interfaces. Texar-TensorFlow (this repo) and Texar-PyTorch have mostly the same interfaces. Both further combine the best design of TF and PyTorch. Rich Pre-trained Models, Rich Usage with Uniform Interfaces. BERT, GPT2, XLNet, etc, for encoding, classification, generation, and composing complex models with other Texar components!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HyLiTE

    HyLiTE

    Hybrid Lineage Transcriptome Explorer

    HyLiTE (Hybrid Lineage Transcriptome Explorer) analyzes high-throughput transcriptome data from allopolyploid species. Allopolyploidy describes the formation of a new hybrid organism from the union of two or more different parents. Allopolyploid species carry multiple copies of each gene (homeologs), which often exhibit unusual expression patterns. Homeolog expression levels can technically be determined from next generation sequencing data (RNA-seq), but in practice, assigning reads to one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Python Bible Reading Module

    Python Bible Reading Module

    Python Bible Reading Module is an open source python module.

    Python Bible Reading Module ( PBRM ) is an open source python module. It's designed in python 3, but should be compatible with python 2 . This module allows you to easily import different versions of the bible into your code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 10
    gpt2-client

    gpt2-client

    Easy-to-use TensorFlow Wrapper for GPT-2 117M, 345M, 774M, etc.

    GPT-2 is a Natural Language Processing model developed by OpenAI for text generation. It is the successor to the GPT (Generative Pre-trained Transformer) model trained on 40GB of text from the internet. It features a Transformer model that was brought to light by the Attention Is All You Need paper in 2017. The model has 4 versions - 124M, 345M, 774M, and 1558M - that differ in terms of the amount of training data fed to it and the number of parameters they contain. Finally, gpt2-client...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dive-into-DL-TensorFlow2.0

    Dive-into-DL-TensorFlow2.0

    Dive into Deep Learning

    ... reconstruction for the Chinese version of this book. In addition, this project also refers to the project Dive-into-DL-PyTorch , which refactored PyTorch in the Chinese version of this book, and I would like to express my gratitude here. This repository mainly contains two folders, code and docs (plus some data stored in data). The code folder is the relevant jupyter notebook code for each chapter (based on TensorFlow2); the docs folder is the relevant content in the book.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    King Phisher

    King Phisher

    Phishing Campaign Toolkit

    King Phisher is an open source tool that can simulate real world phishing attacks. It has an easy-to-use, flexible architecture that allows for full control over both emails and server content. It is useful for running awareness campaigns and training, and can only be used for legal applications when the explicit permission of the targeted organization has been obtained.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 13
    CQ Games Project

    CQ Games Project

    Play a selection of Games including classics and originals!

    Play Hangman, Battleships, Snake, a totally original Role-Playing Game (RPG) and Puzzle Games. Certain games can be played against an AI, with two players locally, or with increasing levels of difficulty! This honestly had hundreds of hours of development so i hope you enjoy! Python 3 required to play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BotSlayer

    BotSlayer

    BotSlayer Community Edition

    BotSlayer is an application that helps track and detect potential manipulation of information spreading on Twitter. The tool is developed by the Observatory on Social Media at Indiana University --- the same lab that brought to you Botometer and Hoaxy. BotSlayer is not a tool to detect and remove likely social bots from your list of Twitter followers or friends. For that purpose, check out Botometer. If you just want to visualize the spread of some piece of information, consider Hoaxy....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    NiftyNet

    NiftyNet

    An open-source convolutional neural networks platform for research

    An open-source convolutional neural networks platform for medical image analysis and image-guided therapy. NiftyNet is a TensorFlow-based open-source convolutional neural networks (CNNs) platform for research in medical image analysis and image-guided therapy. NiftyNet’s modular structure is designed for sharing networks and pre-trained models. Using this modular structure you can get started with established pre-trained networks using built-in tools. Adapt existing networks to your imaging...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Instagram Image Download

    Instagram Image downloader

    Playing with python and automating is always fun, here is a python script that lets you download your favorite pictures from Instagram. Steps to use: Step 1: Login to your Instagram with your credentials. Step 2: Browse for the picture you want to download. Step 3: Open the page to which the particular image belongs to and then from their post click on the image to view it. Step 4: When the image is expanded copy the link at the top of your browser. Step 5: Open this application...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    DCVGAN

    DCVGAN

    DCVGAN: Depth Conditional Video Generation, ICIP 2019.

    This paper proposes a new GAN architecture for video generation with depth videos and color videos. The proposed model explicitly uses the information of depth in a video sequence as additional information for a GAN-based video generation scheme to make the model understands scene dynamics more accurately. The model uses pairs of color video and depth video for training and generates a video using the two steps. Generate the depth video to model the scene dynamics based on the geometrical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    mazeman

    mazeman

    A scriptable 2d randomizable maze game

    ... skills gently and provide diabolically dastard puzzles for the expert. The included maze help manual is an exhaustive treatise of mazeology that will enlighten you to the subtle beauty of maze's simplicity and sophistication. The desktop screenshot shows the two versions running side by side for comparison.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    unnamed text game

    it's simple console RPG game.

    it's simple console RPG game writed on python 3.7.4 and based on random item stats
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Project Malmo

    Project Malmo

    A platform for Artificial Intelligence experimentation on Minecraft

    ... is a sophisticated AI experimentation platform built on top of Minecraft, and designed to support fundamental research in artificial intelligence. The Project Malmo platform consists of a mod for the Java version, and code that helps artificial intelligence agents sense and act within the Minecraft environment. The two components can run on Windows, Linux, or Mac OS, and researchers can program their agents in any programming language they’re comfortable with.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 21
    labman2

    labman2

    A web database for experimental results of research

    A database with a web interface for storing the experimental results of research, aimed at ease of adding new types of data. Goal is to make adding as simple as one day for an unexperienced in programming scientist to add a new type of data similar to an existing type, by preparing two - three files analogues to the existing ones. An experienced programmer should need only one day to one week for adding a totally new kind of data like arrays with more dimensions that was available before.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Walle 2.0

    Walle 2.0

    Walle 2.0 web

    ... application, review, grayscale release, real-time websocket. Walle allows users to release code and finally can not only choose jenkins! Support various web code releases, release and rollback of php, java, python, go and other codes can be completed with one click through the web. walle is a freely configurable project, more user-friendly, high-value, an open source online deployment system that supports git, multi-user, multi-language, multi-project, and multi-environment simultaneous deployment.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    MARVIN

    The Multifaceted Automated Response Virtual Intelligence Network

    MARVIN is a collection of scripts designed for intuitive automation. Check out the Wiki! MINION for Windows added: Very basic functionality Updated for 1.0: Python 3.0 support Improved install.sh script Includes ability to install chore packages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Subtitle Finder

    Subtitle Finder

    This software will help you to find subtitle easily.

    Free Subtitle Finder for Windows on SourceForge This is free software which should help you find a subtitle for movies in a directory. View Details of Version 4.9: https://youtu.be/dJNskqNHucg View Details of Version 2.7: https://youtu.be/yDOLU2X_Ft0 Put this software in the folder containing movie(s) and run to enjoy. OR Install the software, right click on any movie and Click on download subtitle! This software was made by Python. -> Framework for UI: wxPython Please...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    PyDiskImage is a Python utility that archives disk partitions for future restoration. It can be useful in environments in which operating systems must be frequently restored to a pristine state.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.