Giter Site home page Giter Site logo
  • πŸ‘‹ Hi, I’m @MarceloPaciulli
  • πŸ‘€ I’m interested in Python, SQL, ChatGPT, AI, MySQL, MS SQL Server, MongoDB, Node.js, Express.js, React.js, JavaScript, HTML, CSS, Docker, AWS and many more technologies!
  • 🌱 I’m currently learning everything I can
  • πŸ’žοΈ I’m looking to collaborate on make life easier for people
  • πŸ“« How to reach me: [email protected]

Marcelo Paciulli's Projects

api-rest-spacex-missions icon api-rest-spacex-missions

Making requests with the JavaScript fetch() method to the SpaceX API, about its space missions, organizing the information in cards, and ordering them according to a range of dates

collatz_conjecture_functions icon collatz_conjecture_functions

The Collatz Conjecture is one of the simplest open problems to understand, but one of the most difficult to prove. Looking for patterns in any of your known charts is often a challenging task. One conception of the conjecture is to understand it as a function in terms of other functions such as factorial, double factorial, and the gamma function

deap-maximize-function-with-graphics icon deap-maximize-function-with-graphics

Use of the DEAP framework (Distributed Evolutionary Algorithms in Python) in order to find a local maximum for a given function. The graph indicates (with a red dot) the value of the dependent variable z=f(x,y) at the maximum height achieved by the algorithm.

deap-minimization-function icon deap-minimization-function

DEAP (Distributed Evolutionary Algorithms in Python) is an evolutionary computation framework for rapid prototyping and testing of ideas. It seeks to make algorithms explicit and data structures transparent. Crossover and mutation are two important concepts here. From a set of initial solutions, known as the heterogeneous "initial population", created randomly in a certain range, so that at each evolutionary stage a more homogeneous population is reached, with the best solutions found (close to the global optimum) In the example, the function has a global minimum -34, reached when x=10 and y=8

django_person_api icon django_person_api

Simple REST API built with Python, using the Django framework, MongoDB Atlas, JavaScript, HTML, CSS. The CRUD operations (HTTP: POST, GET, DELETE, PUT) are contemplated.

django_rest_api_react icon django_rest_api_react

Simple REST API built with Python, using the Django framework, MongoDB Atlas and React.js. The CRUD operations (HTTP: POST, GET, DELETE, PUT) are contemplated.

djongo icon djongo

Django and MongoDB database connector

forbes_list_top_ten icon forbes_list_top_ten

Forbes' Real-Time Billionaires rankings tracks the daily ups and downs of the world's richest people. Individuals whose fortunes are significantly tied to private companies have their net worths updated once a day. The Forbes API is accessed to display the 10 richest people in the world, and their respective companies (March 10, 2023).

hill-climbing icon hill-climbing

The relative simplicity of the Hill Climbing algorithm makes it a popular first choice amongst optimizing algorithms. It is used widely in Artificial Intelligence, for reaching a goal state from a starting node (initial solution). Different choices for next nodes and starting nodes are used in related algorithms.

my_website icon my_website

Website with HTML, CSS, JavaScript, Bootstrap, JQuery. Python, Flask, MongoDB Atlas

nodejs-expressjs-mongodb-atlas-api icon nodejs-expressjs-mongodb-atlas-api

Creating a REST API with NodeJS, ExpressJS, MongoDB Atlas, and performing CRUD operations taking advantage of the potential of non-relational databases in the cloud. In simple terms, NoSQL relies on structures known as collections and documents.

openai_api_generation_image icon openai_api_generation_image

Generating images with the OpenAI's DALLΒ·E models. Can create original, realistic images and art from a text description. It can combine concepts, attributes, and styles. The image generations endpoint allows you to create an original image given a text prompt. Generated images can have a size of 256x256, 512x512, or 1024x1024 pixels.

openai_davinci_engine icon openai_davinci_engine

Parsing the HTML content of a web page (specifically a table content) and then generating a summary of the article text using the OpenAI "davinci" model. The Googletrans library was used to translate the abstract into six different languages.

product-recommendation-ml icon product-recommendation-ml

A product recommendation model based on purchase records and user behavior. It utilizes Neural Networks and embedding to learn representations of users, products, and categories, and generate personalized recommendations

python-flask-mongodb-react-crud icon python-flask-mongodb-react-crud

Creating a basic REST API with Python and its microframework Flask, MongoDB (noSQL), along with simple CRUD operations and a friendly user interface from ReactJS

python-grasp-metaheuristics icon python-grasp-metaheuristics

Project carried out as a postgraduate course, where the metaheuristic algorithm called GRASP (Greedy Randomized Adaptive Search Procedure) is emulated, through the use of Python and various libraries, including NumPy, Random, Winsound and PyLab, among others. GRASP was first introduced in Feo and Resende (1989)

python-mysql-sqlalchemy icon python-mysql-sqlalchemy

REST API using Python and Flask, with a MySQL database. The client interface was omitted, so it is plausible to make requests with Postman

python-numpy-functions icon python-numpy-functions

Each of the methods of the script, returns the same result, only that they implement different procedures, through different Python data structures and functions of the NumPy library, such as: roll, select, delete, flatten, hstack, vstack, cumsum, tile, insert, eye and a large number of tools that Python offers us to think about procedures differently. This is generally investigated, for example, in the software engineering technique known as "code refactoring."

python_unittest_substrings icon python_unittest_substrings

Some NumPy module commands are usually extremely useful when trying to solve a simple, but interesting problem. Working with n-dimensional arrays in Python has many advantages, like being able to apply a difference between arrays of the same size, for example. The array(), all(), and unique() commands simplify several steps in this algorithm.

reactjs-movies-grid icon reactjs-movies-grid

A simple movies grid with images and corresponding title, the power of CSS modules and ReactJS components

reactjs-movies-grid-axios icon reactjs-movies-grid-axios

Connection to a REST API of Movies, with Axios. The initial information of the movies is given by an image and a title. Clicking on the image or the title allows you to see its details

resilient-back-propagation icon resilient-back-propagation

The most common technique for training Neural Networks is the back-propagation (BP) algorithm. It relies on a hyperparameter known as the "Learning Rate." The effectiveness of BP heavily depends on the chosen value for the learning rate. In 1992, researchers developed Rprop (Resilient BP) as an enhancement to the BP algorithm.

rest-api-breaking-bad-js icon rest-api-breaking-bad-js

Consuming a REST API, and showing most of the characters from the Breaking Bad series: real name, fictitious and image if applicable.

socrata_open_data_api icon socrata_open_data_api

The Socrata Open Data API allows you to programmatically access a wealth of open data resources from governments, non-profits, and NGOs around the world.

tiobe-index-february-2023 icon tiobe-index-february-2023

The TIOBE Programming Community index is an indicator of the popularity of programming languages. The index is updated once a month. The ratings are based on the number of skilled engineers world-wide, courses and third party vendors. Popular search engines such as Google, Bing, Yahoo!, Wikipedia, Amazon, YouTube are used to calculate the ratings

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.