Skip to content

Will-Langhart/st-pete-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

st-pete-ai

https://instagram.com/stpeteai> https://meetu.ps/c/55Hs2/13v6GT/a https://discord.gg/CMm2Hrgw

Installation and Setup

Embark on your journey with FrizAI by following these setup instructions:

  1. Clone the Repository

    git clone https://github.com/Will-Langhart/st-pete-ai.git
    cd st-pete-ai
  2. Initialize the Virtual Environment

    python3 -m venv venv
    source venv/bin/activate
  3. Dependency Installation

    pip install -r requirements.txt
  4. Configure Environment Variables Create a .env file at the project root with your OpenAI API key:

    OPENAI_API_KEY=<your_api_key_here>
  5. Launch the Application

    flask run

Virtual Environment

    deactivate  # If you're currently in the virtual environment
    rm -rf venv
    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt

Package Downolads

Dotnev

pip install python-dotenv

OpenAI

pip install openai

Flask-SQLAlchemy

pip install flask-sqlalchemy

Verify Installation

pip freeze

GitHub Repository Changes and Updates

  1. Fetch GitHub Repository Status
    git status
  2. Fetch the latest changes
    git fetch origin
  3. Merge changes into local branch
    git merge origin/main
  4. Merge head force
   git push origin HEAD:main

Usage Instructions

Access the world of AI-powered content creation by navigating to http://127.0.0.1:5000. The platform offers:

  • Image Generation: Input your creative prompts and watch as AI brings them to life.
  • Textual Content Creation: Explore AI's ability to craft narratives, articles, and more.
  • Code Synthesis: Generate code snippets to accelerate your development process.

Contribution Guidelines

Join the Pulse-AI community and contribute to the evolution of AI-driven content creation:

  1. Fork the repository and create a new feature branch.
  2. Make your contributions and commit them with clear, descriptive messages.
  3. Push your changes and initiate a pull request for review.

License

Pulse-AI is under the MIT License. For detailed information, refer to the LICENSE file.

Contact and Further Information


St Pete AI is committed to advancing AI technology, making it accessible and transformative for various industries and creative endeavors.