Giter Site home page Giter Site logo

ideas-texted-to-you's Introduction

ideas-texted-to-you

This project contains a single Python file that uses requests, schedule, Twilio, and langchain to process a request made to an LLM server. This LLM server generates a list of 5 SaaS ideas and texts it to the user every 3 hours using the schedule library and a while True loop.

Prerequisites

Before you begin, ensure you have met the following requirements:

  1. You have installed the latest version of Python3.
  2. You have installed the following packages: requests,Twilio , schedule and langchain
  3. You have installed Ollama using Windows Subsystem for Linux (WSL) with this command: curl https://ollama.ai/install.sh | sh

Installing ideas-texted-to-you

To install ideas-texted-to-you, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the directory containing the requirements.txt file.
  3. Run pip install -r requirements.txt to install the required packages. Using ideas-texted-to-you To use ideas-texted-to-you, follow these steps:
  4. Start Ollama with ollama serve
  5. Download the local AI model you would like to use (in this case, I used mistral-openorca) with this command: ollama pull mistral-openorca.
  6. Run the model you just downloaded with ollama run mistral-openorca
  7. Edit the Python file and change the account_sid, the auth_token, the from_='YourTwilioPhoneNum', and the to='YourPhoneNum' to your information.
  8. Run the Python file using python text-list.py.
  9. The LLM server will generate a list of 5 SaaS ideas and text them to the user every 3 hours.

Contributing to ideas-texted-to-you

To contribute to ideas-texted-to-you, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin ideas-texted-to-you
  5. Create the pull request.

Contact

If you want to contact me you can reach me at [email protected].

ideas-texted-to-you's People

Contributors

minervaargus avatar

Stargazers

AI Cyber Chill avatar  avatar

Watchers

 avatar

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.