r-monti / TalkAID-GA

Project for the FIA course at the University of Salerno for TalkAId.
https://github.com/pastore99/TalkAId
Other
0 stars 0 forks source link
ga ia speech-the

Recommendation of speech therapy exercises with GA

This project aims to realise an intelligent system of exercise recommendations for speech therapy taking into consideration:

Instructions for Installing the System

Requirements:

  1. Clone the repository:
git clone https://github.com/r-monti/fia.git
  1. Import the database.sql file into your MySQL database.
  2. Check that your database is working and reachable by the system.
  3. Navigate to main.py and set the parameters as needed.
  4. Navigate to fitness.py and set the parameters as needed.
  5. Run main.py
  6. Results are in the results.txt file.

Contributions

If you wish to contribute to improving this project, follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b enhancements/feature)
  3. Commit your changes (git commit -m 'Added new features')
  4. Push the branch (git push origin enhancements/feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE tab or file for details.