Alfred

Personal assistant for the terminal, for all operating systems and languages

Install

Install system requeriments

	
sudo apt update
sudo apt install -y python3 python3-pip git
Copy

Install by installer

From here, if you have a debian based system you can use the alfred.deb installer

Install from source

Install python requeriments

	
pip install halo
pip install --upgrade openai
Copy

Create source folder

	
sudo rm -r /usr/src/alfred
cd /usr/src
git clone -b branch_v1.3 https://github.com/maximofn/alfred.git
cd /usr/src/alfred
sudo find . -depth -not -name '*.py' -delete
Copy

Create symbolic link to /usr/bin/alfred

	
echo 'alias alfred="/usr/src/alfred/alfred.py"' >> ~/.bashrc
Copy

Restart bash

	
source ~/.bashrc
Copy

OpenAI API KEY

Loggin to OpenAI and get your OpenAI api key

open ai api key

Usage

You can ask to alfred specific questions by typing alfred followed by your question

>

Or write alfred, intro and keep asking him questions. To finish type exit

>

Support

If you like it consider giving the repository a star ⭐, but if you really like it consider buying me a coffee ☕.

BuyMeACoffee

Continue reading

Last posts -->

Have you seen these projects?

Subtify

Subtify Subtify

Subtitle generator for videos in the language you want. Also, it puts a different color subtitle to each person

View all projects -->

Do you want to apply AI in your project? Contact me!

Do you want to improve with these tips?

Last tips -->

Use this locally

Hugging Face spaces allow us to run models with very simple demos, but what if the demo breaks? Or if the user deletes it? That's why I've created docker containers with some interesting spaces, to be able to use them locally, whatever happens. In fact, if you click on any project view button, it may take you to a space that doesn't work.

Flow edit

Flow edit Flow edit

FLUX.1-RealismLora

FLUX.1-RealismLora FLUX.1-RealismLora
View all containers -->

Do you want to apply AI in your project? Contact me!

Do you want to train your model with these datasets?

short-jokes-dataset

Dataset with jokes in English

opus100

Dataset with translations from English to Spanish

netflix_titles

Dataset with Netflix movies and series

View more datasets -->