Search Results for "python code generator" - Page 56

Showing 3813 open source projects for "python code generator"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 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
  • 1
    Flask-GraphQL

    Flask-GraphQL

    Adds GraphQL support to your Flask application

    Adds GraphQL support to your Flask application. This will add /graphql endpoint to your app and enable the GraphiQL IDE. If you are using the Schema type of Graphene library, be sure to use the graphql_schema attribute to pass as schema on the GraphQLView view. Otherwise, the GraphQLSchema from graphql-core is the way to go. The GraphQLSchema object that you want the view to execute when it gets a valid request. A value to pass as the context_value to graphql execute function. By default is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    TensorFlow Course

    TensorFlow Course

    Simple and ready-to-use tutorials for TensorFlow

    This repository houses a highly popular (~16k stars) set of TensorFlow tutorials and example code aimed at beginners and intermediate users. It includes Jupyter notebooks and scripts that cover neural network fundamentals, model training, deployment, and more, with support for Google Colab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MGFVisor

    MGFVisor

    Visor for mass spectrometry MGF files

    Visor for mass spectrometry MGF files (Python 3 version). For more information, you can have a look at the README.md file in the source code tree: https://sourceforge.net/p/lp-csic-uab/mgfvisor3/code/ci/default/tree/README.md
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    EasierMGF

    EasierMGF

    Converts RAW Thermo Files into MGF files

    Converts RAW Thermo Files into MGF files (Python 3 version). For more information, you can have a look at the README.md file in the source code tree: https://sourceforge.net/p/lp-csic-uab/easiermgf3/code/ci/default/tree/README.md - Gallardo, Ó., Ovelleiro, D., Gay, M., Carrascal, M., & Abian, J. (2014). A collection of open source applications for mass spectrometry data mining. PROTEOMICS, 14(20), 2275–2279. https://doi.org/10.1002/pmic.201400124
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    Python4Proteomics Course

    Python4Proteomics Course

    Python course for Proteomics analysis

    Python course (in Spanish) for Proteomics analysis using basically Jupyter NoteBooks. For more information, you can have a look at the readme.md file in the source code tree: https://sourceforge.net/p/lp-csic-uab/p4p/code/ci/default/tree/readme.md
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TCellXTalk

    TCellXTalk

    TCellXTalk Web-App from LP CSIC/UAB

    TCellXTalk is a comprehensive database of experimentally detected phosphorylation, ubiquitination and acetylation sites in human T cells. The web-app at www.TCellXTalk.org makes TCellXTalk accessible from Internet, and enables the in silico prediction of potential co-modified peptides to facilitate their experimental detection, using targeted or directed mass spectrometry, for the study of protein post-translational modification cross-talk. More detailed information on TCellXTalk and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Password Generator

    Password Generator

    Password Generator: Enter Keyword,Generates Password! (To Recover Use Keyword) For Devlopers Use Python Project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    filehash

    API to work with hashsum files from command line and Python code.

    Filehash module provides API to work with hashsum files from command line and python code. The main goals: * provide CLI utilites alike md5sum when POSIX utils is not an option; * ad-hoc script to store and update hashes for files in whole directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    KimPeptid

    KimPeptid

    Analyzes Peptides Properties (Python 3 version)

    Analyzes Peptides Properties (Python 3 version). For more information, you can have a look at the README.md file in the source code tree: https://sourceforge.net/p/lp-csic-uab/kimpeptid3/code/ci/default/tree/README.md
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10
    Shared Packages

    Shared Packages

    Python 3 code shared between other LP-CSIC/UAB projects

    Python 3 Packages shared between other LP-CSIC/UAB projects: - Commons - General - Tools - Proteomics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    juplicate

    Convert between Jupyter notebooks and human editable code

    A Jupyter notebook is a combination of code and results. The results are often binary blobs (like png images), and unsuitale for storing in a version control system like Subversion of Git. By converting Notebook scripts to pure Python code, the essence of the notebook may be stored in a version control system, without archiving any of the results. Choice of editor is a personal one, and Jupter's doesn't appeal to everyone. Now you can create a python script -- complete with markdown...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    UltiSnips

    UltiSnips

    Snippet solution for Vim

    UltiSnips is the ultimate solution for snippets in Vim. It has many features, speed being one of them. You should first expand the #! snippet, then the class snippet. The completion menu comes from YouCompleteMe, UltiSnips also integrates with deoplete, and more. You can jump through placeholders and add text while the snippet inserts text in other places automatically: when you add Animal as a base class, __init__ gets updated to call the base class constructor. When you add arguments to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    PyTorch Natural Language Processing

    PyTorch Natural Language Processing

    Basic Utilities for PyTorch Natural Language Processing (NLP)

    PyTorch-NLP is a library for Natural Language Processing (NLP) in Python. It’s built with the very latest research in mind, and was designed from day one to support rapid prototyping. PyTorch-NLP comes with pre-trained embeddings, samplers, dataset loaders, metrics, neural network modules and text encoders. It’s open-source software, released under the BSD3 license. With your batch in hand, you can use PyTorch to develop and train your model using gradient descent. For example, check out...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PetProjectJKL

    Python for Finance

    This project is to replicate python code in python for finance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    gpt2-client

    gpt2-client

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

    ... is a wrapper around the original gpt-2 repository that features the same functionality but with more accessiblity, comprehensibility, and utilty. You can play around with all four GPT-2 models in less than five lines of code. Install client via pip. The generation options are highly flexible. You can mix and match based on what kind of text you need generated, be it multiple chunks or one at a time with prompts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Dive-into-DL-TensorFlow2.0

    Dive-into-DL-TensorFlow2.0

    Dive into Deep Learning

    This project changes the MXNet code implementation in the original book "Learning Deep Learning by Hand" to TensorFlow2 implementation. After consulting Mr. Li Mu by the tutor of archersama , the implementation of this project has been agreed by Mr. Li Mu. Original authors: Aston Zhang, Li Mu, Zachary C. Lipton, Alexander J. Smola and other community contributors. There are some differences between the Chinese and English versions of this book . This project mainly focuses on TensorFlow2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Torchreid

    Torchreid

    Deep learning person re-identification in PyTorch

    Torchreid is a library for deep-learning person re-identification, written in PyTorch and developed for our ICCV’19 project, Omni-Scale Feature Learning for Person Re-Identification. In "deep-person-reid/scripts/", we provide a unified interface to train and test a model. See "scripts/main.py" and "scripts/default_config.py" for more details. The folder "configs/" contains some predefined configs which you can use as a starting point. The code will automatically (download and) load the ImageNet...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    TicTacToe Pygame

    TicTacToe Pygame

    A Simple TicTacToe game with 4 levels made with Python and Pygame.

    TicTacToe-Pygame A Simple TicTacToe game with 4 difficulty levels made with Python and Pygame from scratch with minimum externally achieved code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    webpoll

    webpoll

    web application to conduct anonymous polls

    This web application is designed to conduct anonymous polls among groups of users. Principles are transparency, anonymity, simplicity. It is based on Python3 and an Apache Webserver configured to support CGIs. The source code is Free Software (GPL) During the COVID-19 pandemic, various instances of this framework were used to conduct polls about social distancing and infection spread in different groups of people. Here is a public instance to try it out: https://www.wolfol.de/cgi-bin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PyZgoubi is an interface to the Zgoubi particle tracking code written in python. It aims to ease the use of Zgoubi by providing a simple interface to create beam line elements and particles, and to automate running and analysing of simulations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    abu

    abu

    Abu quantitative trading system (stocks, options, futures, bitcoin)

    Abu Quantitative Integrated AI Big Data System, K-Line Pattern System, Classic Indicator System, Trend Analysis System, Time Series Dimension System, Statistical Probability System, and Traditional Moving Average System conduct in-depth quantitative analysis of investment varieties, completely crossing the user's complex code quantification stage, more suitable for ordinary people to use, towards the era of vectorization 2.0. The above system combines hundreds of seed quantitative models...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    FASTT Custom Bat Generator

    FASTT Custom Bat Generator

    an custom and intuitive .bat file creator

    You can create custom .bat files with 4 options. Clicking some options will result in rendering a .bat file with the parameters what you requested, very easy and familiar interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MatchZoo

    MatchZoo

    Facilitating the design, comparison and sharing of deep text models

    The goal of MatchZoo is to provide a high-quality codebase for deep text matching research, such as document retrieval, question answering, conversational response ranking, and paraphrase identification. With the unified data processing pipeline, simplified model configuration and automatic hyper-parameters tunning features equipped, MatchZoo is flexible and easy to use. Preprocess your input data in three lines of code, keep track parameters to be passed into the model. Make use of MatchZoo...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    lunaOrm - your free Orm for .net project

    lunaOrm - Datalayer Code Generator for Vb.Net and C#

    lunaORM is an ORM open source and freely downloadable automatic code generator to facilitate and standardize the writing of classes that read/edit/save data to database.
    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.