A web application designed to help users lessen anxiety through various exercises and techniques.
- Introduction
- Features
- Installation
- Usage
- Contributing
- License
FantasiaAI is a project aimed at providing users with tools and exercises to manage and reduce anxiety. This project is built using JavaScript, CSS, Python, and HTML.
- Guided breathing exercises
- Meditation sessions
- Anxiety tracking
- User-friendly interface
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/ShavonHarris-Dev/FantasiaAI.git
- Navigate to the project directory:
cd FantasiaAI
- Install dependencies:
npm install
- Set up the Flask environment:
pip install -r requirements.txt
Once the project is set up, you can start the Flask application by running:
flask run
Open your browser and navigate to http://localhost:5000
to see the application in action.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Add feature"
- Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License.